summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppetlabs.com>2014-09-15 13:41:04 -0700
committerHunter Haugen <hunter@puppetlabs.com>2014-09-15 13:41:04 -0700
commit8a414d13cc7122543047d9cb27c9eaa9cf42663f (patch)
treefd2943bd218675c6a48ffd9baa75f5ae921642bc /spec
parentdd23c0ea664cc9492c186e7afc221953f2ab3abe (diff)
parent9d5cac15858a860618e715e068f1c0bdf5b71c58 (diff)
Merge branch '1.1.x'
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper_acceptance.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb
index 8ca20a8..f37a9b0 100644
--- a/spec/spec_helper_acceptance.rb
+++ b/spec/spec_helper_acceptance.rb
@@ -29,11 +29,10 @@ RSpec.configure do |c|
# Configure all nodes in nodeset
c.before :suite do
- # Install module and dependencies on all hosts
- puppet_module_install(:source => proj_root, :module_name => 'vcsrepo')
# ensure test dependencies are available on all hosts
hosts.each do |host|
+ copy_module_to(host, :source => proj_root, :module_name => 'vcsrepo')
case fact_on(host, 'osfamily')
when 'RedHat'
install_package(host, 'git')