Skip to content

Commit 40b8c2c

Browse files
committed
Merge pull request #118 from Iristyle/maint/master/remove-unnecessary-module-dependencies
(maint) remove unneeded pre-suite module installs
2 parents ce6cccb + b2856f6 commit 40b8c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper_acceptance.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
EOS
3939
apply_manifest_on(agent, exec_puppet)
40-
%w(puppetlabs/stdlib puppetlabs/acl cyberious/pget puppetlabs/reboot puppetlabs/registry).each do |dep|
40+
%w(puppetlabs/stdlib cyberious/pget).each do |dep|
4141
on agent, puppet("module install #{dep}")
4242
end
4343
on agent, "git clone https://github.com/puppetlabs/puppetlabs-mount_iso #{target}/mount_iso"

0 commit comments

Comments
 (0)