Skip to content

Commit

Permalink
Fixing puppet apt module requirement to < 6.0.0 (#714)
Browse files Browse the repository at this point in the history
* Fixing puppet apt module requirement to < 6.0.0
  • Loading branch information
meltingrobot authored and wyardley committed Aug 18, 2018
1 parent 98e243c commit c19355a
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 @@ -10,7 +10,7 @@
install_module_dependencies

# Install aditional modules for soft deps
install_module_from_forge('puppetlabs-apt', '>= 4.1.0 < 5.0.0') if fact('os.family') == 'Debian'
install_module_from_forge('puppetlabs-apt', '>= 4.1.0 < 6.0.0') if fact('os.family') == 'Debian'
install_module_from_forge('garethr-erlang', '>= 0.3.0 < 1.0.0') if fact('os.family') == 'RedHat'

RSpec.configure do |c|
Expand Down

0 comments on commit c19355a

Please sign in to comment.