Skip to content

Commit

Permalink
Remove puppet_module_install in favor of copy_module_to
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Fields committed Sep 10, 2014
1 parent cbda1ce commit 4d2d931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
# Readable test descriptions
c.formatter = :documentation
c.before :suite do
puppet_module_install(:source => proj_root, :module_name => 'rabbitmq')
hosts.each do |host|
copy_module_to(host, :source => proj_root, :module_name => 'rabbitmq')

shell("/bin/touch #{default['puppetpath']}/hiera.yaml")
shell('puppet module install puppetlabs-stdlib', { :acceptable_exit_codes => [0,1] })
Expand Down

0 comments on commit 4d2d931

Please sign in to comment.