Skip to content

Commit

Permalink
Fix issue with puppet_module_install, removed and using updated metho…
Browse files Browse the repository at this point in the history
…d from beaker core copy_module_to
  • Loading branch information
Travis Fields committed Sep 10, 2014
1 parent 212e09d commit 7a98903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
# Configure all nodes in nodeset
c.before :suite do
# Install module and dependencies
puppet_module_install(:source => proj_root, :module_name => 'apache')
hosts.each do |host|
copy_module_to(host, :source => proj_root, :module_name => 'apache')
# Required for mod_passenger tests.
if fact('osfamily') == 'RedHat'
on host, puppet('module','install','stahnma/epel'), { :acceptable_exit_codes => [0,1] }
Expand Down

0 comments on commit 7a98903

Please sign in to comment.