We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce6cccb + b2856f6 commit 40b8c2cCopy full SHA for 40b8c2c
spec/spec_helper_acceptance.rb
@@ -37,7 +37,7 @@
37
}
38
EOS
39
apply_manifest_on(agent, exec_puppet)
40
- %w(puppetlabs/stdlib puppetlabs/acl cyberious/pget puppetlabs/reboot puppetlabs/registry).each do |dep|
+ %w(puppetlabs/stdlib cyberious/pget).each do |dep|
41
on agent, puppet("module install #{dep}")
42
end
43
on agent, "git clone https://github.com/puppetlabs/puppetlabs-mount_iso #{target}/mount_iso"
0 commit comments