diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 0c27a0c69..2af4faa22 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -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|