Skip to content

Commit 33bd37a

Browse files
bastelfreakwyardley
authored andcommitted
puppetlabs/apt: Allow 9.x
1 parent 006b5b8 commit 33bd37a

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_module_from_forge_on(host, 'puppetlabs-apt', '>= 4.1.0 < 9.0.0')
8+
install_module_from_forge_on(host, 'puppetlabs-apt', '>= 4.1.0 < 10.0.0')
99
when 'RedHat'
1010
install_module_from_forge_on(host, 'garethr-erlang', '>= 0.3.0 < 1.0.0')
1111
if fact_on(host, 'os.selinux.enabled')

0 commit comments

Comments
 (0)