Remove puppet_module_install in favor of copy_module_to

This commit is contained in:
Travis Fields
2014-09-10 11:30:52 -07:00
parent bb34cb71cd
commit d1d1ec2327

View File

@@ -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