Skip to content

Commit 7a02f90

Browse files
bastelfreakwyardley
authored andcommitted
puppetlabs/apt: Allow 9.x
Also contains #986
1 parent f5cd045 commit 7a02f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper_acceptance.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
configure_beaker do |host|
66
case fact_on(host, 'os.family')
77
when 'Debian'
8-
install_puppet_module_via_pmt_on(host, 'puppetlabs-apt', '>= 4.1.0 < 9.0.0')
8+
install_puppet_module_via_pmt_on(host, 'puppetlabs-apt', '>= 4.1.0 < 10.0.0')
99
when 'RedHat'
1010
install_puppet_module_via_pmt_on(host, 'puppet-epel', '>= 5.0.0 < 6.0.0')
1111
if fact_on(host, 'os.selinux.enabled')

0 commit comments

Comments
 (0)