Skip to content

Commit

Permalink
Merge pull request #201 from cyberious/3.1.x
Browse files Browse the repository at this point in the history
Fix issue with puppet_module_install, removed and using updated method f...
  • Loading branch information
hunner committed Sep 10, 2014
2 parents 7cadf65 + 976bd2b commit 77b04dd
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 @@ -23,8 +23,8 @@
# Configure all nodes in nodeset
c.before :suite do
# Install module and dependencies
puppet_module_install(:source => proj_root, :module_name => 'ntp')
hosts.each do |host|
copy_module_to(host, :source => proj_root, :module_name => 'ntp')
shell("/bin/touch #{default['puppetpath']}/hiera.yaml")
shell('puppet module install puppetlabs-stdlib', :acceptable_exit_codes => [0,1])
end
Expand Down

0 comments on commit 77b04dd

Please sign in to comment.