We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006b5b8 commit 33bd37aCopy full SHA for 33bd37a
spec/spec_helper_acceptance.rb
@@ -5,7 +5,7 @@
5
configure_beaker do |host|
6
case fact_on(host, 'os.family')
7
when 'Debian'
8
- install_module_from_forge_on(host, 'puppetlabs-apt', '>= 4.1.0 < 9.0.0')
+ install_module_from_forge_on(host, 'puppetlabs-apt', '>= 4.1.0 < 10.0.0')
9
when 'RedHat'
10
install_module_from_forge_on(host, 'garethr-erlang', '>= 0.3.0 < 1.0.0')
11
if fact_on(host, 'os.selinux.enabled')
0 commit comments