Skip to content

Commit

Permalink
Add missing dependency for Beaker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoppe committed Nov 30, 2016
1 parent ace81fe commit 38aa4b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# Install module and dependencies
hosts.each do |host|
copy_module_to(host, source: proj_root, module_name: 'fail2ban')
on host, puppet('module install puppet-extlib'), acceptable_exit_codes: [0, 1]
on host, puppet('module install puppetlabs-stdlib'), acceptable_exit_codes: [0, 1]
end
end
Expand Down

0 comments on commit 38aa4b1

Please sign in to comment.