Commit f3d5f540 authored by Bob Vincent's avatar Bob Vincent Committed by Raphaël Pinson
Browse files

Add alternatives module to spec_helper_acceptance.rb

parent ba838472
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ RSpec.configure do |c|
    hosts.each do |host|
      on host, puppet('module','install','camptocamp-augeas'), { :acceptable_exit_codes => [0,1] }
      on host, puppet('module','install','puppetlabs-stdlib'), { :acceptable_exit_codes => [0,1] }
      on host, puppet('module','install','puppet-alternatives'), { :acceptable_exit_codes => [0,1] }
    end
  end
end