We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583c528 commit 3809409Copy full SHA for 3809409
1 file changed
spec/spec_helper_acceptance.rb
@@ -35,7 +35,7 @@
35
on host, shell('curl -k -o c:/puppetlabs-stdlib-4.5.1.tar.gz https://forgeapi.puppetlabs.com/v3/files/puppetlabs-stdlib-4.5.1.tar.gz')
36
on host, puppet('module install c:/puppetlabs-stdlib-4.5.1.tar.gz --force --ignore-dependencies'), {:acceptable_exit_codes => [0, 1]}
37
on host, shell('curl -k -o c:/electrical-file_concat-1.0.1.tar.gz https://forgeapi.puppetlabs.com/v3/files/electrical-file_concat-1.0.1.tar.gz')
38
- on host, puppet('module install c:/electrical-file_concat-1.0.0.tar.gz --force --ignore-dependencies'), {:acceptable_exit_codes => [0, 1]}
+ on host, puppet('module install c:/electrical-file_concat-1.0.1.tar.gz --force --ignore-dependencies'), {:acceptable_exit_codes => [0, 1]}
39
else
40
on host, puppet('module install puppetlabs-stdlib'), {:acceptable_exit_codes => [0, 1]}
41
on host, puppet('module install electrical-file_concat'), {:acceptable_exit_codes => [0, 1]}
0 commit comments