From d2c9b0c3ca4f62b62b6679758f9de28d1d697aaa Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Tue, 17 Jul 2018 20:03:13 -0700 Subject: Pass hosts array to install_modules_on --- spec/spec_helper_acceptance.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'spec/spec_helper_acceptance.rb') 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 -- cgit v1.2.3