We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa55ac9 + 0881cc2 commit 59fc239Copy full SHA for 59fc239
spec/spec_helper_acceptance.rb
@@ -14,7 +14,7 @@
14
on host, "/bin/echo '' > #{host['hieraconf']}"
15
end
16
on host, "mkdir -p #{host['distmoduledir']}"
17
- puppet_module_install_on(host, :module_name => 'puppetlabs-stdlib')
+ on host, puppet('module install puppetlabs-stdlib'), { :acceptable_exit_codes => [0,1] }
18
19
20
0 commit comments