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 af3486c commit 9c5e051Copy full SHA for 9c5e051
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_puppet_module_via_pmt_on(host, 'puppetlabs-apt', '>= 4.1.0 < 9.0.0')
+ install_puppet_module_via_pmt_on(host, 'puppetlabs-apt', '>= 4.1.0 < 10.0.0')
9
when 'RedHat'
10
install_puppet_module_via_pmt_on(host, 'puppet-epel', '>= 5.0.0 < 6.0.0')
11
if fact_on(host, 'os.selinux.enabled')
0 commit comments