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 fd7c8d8 commit 796e5beCopy full SHA for 796e5be
spec/spec_helper_acceptance.rb
@@ -3,7 +3,7 @@
3
configure_beaker do |host|
4
case fact_on(host, 'os.family')
5
when 'Debian'
6
- install_module_from_forge_on(host, 'puppetlabs-apt', '>= 4.1.0 < 8.0.0')
+ install_module_from_forge_on(host, 'puppetlabs-apt', '>= 4.1.0 < 9.0.0')
7
when 'RedHat'
8
install_module_from_forge_on(host, 'garethr-erlang', '>= 0.3.0 < 1.0.0')
9
if fact_on(host, 'os.selinux.enabled')
0 commit comments