Code Review
/
puppet-modules
/
puppetlabs-firewall.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f066231
)
Fix access to distmoduledir
author
Hunter Haugen
<hunter@puppetlabs.com>
Tue, 6 May 2014 22:54:29 +0000
(15:54 -0700)
committer
Hunter Haugen
<hunter@puppetlabs.com>
Tue, 6 May 2014 22:54:29 +0000
(15:54 -0700)
spec/spec_helper_acceptance.rb
patch
|
blob
|
history
diff --git
a/spec/spec_helper_acceptance.rb
b/spec/spec_helper_acceptance.rb
index ea0622a25aff9eecce394ea92f7a7828adc61a11..13d056fa93496e038a157b3c3a9df0a99e1ee765 100644
(file)
--- a/
spec/spec_helper_acceptance.rb
+++ b/
spec/spec_helper_acceptance.rb
@@
-18,7
+18,9
@@
unless ENV['RS_PROVISION'] == 'no' or ENV['BEAKER_provision'] == 'no'
else
install_puppet
end
- on hosts, "mkdir -p #{host['distmoduledir']}"
+ hosts.each do |host|
+ on host, "mkdir -p #{host['distmoduledir']}"
+ end
end
RSpec.configure do |c|