Skip to content

Commit 4d2d931

Browse files
author
Travis Fields
committed
Remove puppet_module_install in favor of copy_module_to
1 parent cbda1ce commit 4d2d931

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/spec_helper_acceptance.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
# Readable test descriptions
2121
c.formatter = :documentation
2222
c.before :suite do
23-
puppet_module_install(:source => proj_root, :module_name => 'rabbitmq')
2423
hosts.each do |host|
24+
copy_module_to(host, :source => proj_root, :module_name => 'rabbitmq')
2525

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

0 commit comments

Comments
 (0)