We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aeb5ae5 + 9361545 commit 2f9820cCopy full SHA for 2f9820c
spec/spec_helper_acceptance.rb
@@ -36,7 +36,7 @@
36
end
37
38
shell("/bin/touch #{default['puppetpath']}/hiera.yaml")
39
- shell('puppet module install puppetlabs-stdlib --version 3.2.0', { :acceptable_exit_codes => [0,1] })
+ on host, puppet('module install puppetlabs-stdlib --version 3.2.0'), { :acceptable_exit_codes => [0,1] }
40
on host, puppet('module','install','stahnma/epel'), { :acceptable_exit_codes => [0,1] }
41
42
0 commit comments