Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment