aboutsummaryrefslogtreecommitdiff
path: root/spec/spec_helper_acceptance.rb
diff options
context:
space:
mode:
authorJosh Cooper <josh@puppet.com>2018-07-17 20:03:13 -0700
committerJosh Cooper <josh@puppet.com>2018-07-17 20:09:22 -0700
commitd2c9b0c3ca4f62b62b6679758f9de28d1d697aaa (patch)
tree71e02aa514bf677ef4f924f9bafe3a76661d86ec /spec/spec_helper_acceptance.rb
parent508b99ed16d6e1714f3a5dded85de3812efc640b (diff)
downloadpuppet-mailalias_core-d2c9b0c3ca4f62b62b6679758f9de28d1d697aaa.tar.gz
puppet-mailalias_core-d2c9b0c3ca4f62b62b6679758f9de28d1d697aaa.tar.bz2
Pass hosts array to install_modules_on
Diffstat (limited to 'spec/spec_helper_acceptance.rb')
-rw-r--r--spec/spec_helper_acceptance.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb
index e7060a0..24d3b9d 100644
--- a/spec/spec_helper_acceptance.rb
+++ b/spec/spec_helper_acceptance.rb
@@ -17,9 +17,7 @@ RSpec.configure do |c|
c.before :suite do
unless ENV['BEAKER_provision'] == 'no'
run_puppet_install_helper
- hosts.each do |host|
- install_module_on(host)
- end
+ install_module_on(hosts)
install_module_dependencies_on(hosts)
end
end