diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index e98a9fe..37ad8ee 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -34,6 +34,8 @@ RSpec.configure do |c| # Configure all nodes in nodeset c.before :suite do # Install module - puppet_module_install(:source => proj_root, :module_name => "java") + hosts.each do |host| + copy_module_to(host, :source => proj_root, :module_name => "java") + end end end