Merge pull request #79 from cyberious/master

Remove puppet_module_install in favor of copy_module_to
This commit is contained in:
Hunter Haugen
2014-09-10 12:09:28 -07:00

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