Skip to content

Commit 796e5be

Browse files
committed
puppetlabs/apt: Allow 8.x
1 parent fd7c8d8 commit 796e5be

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
@@ -3,7 +3,7 @@
33
configure_beaker do |host|
44
case fact_on(host, 'os.family')
55
when 'Debian'
6-
install_module_from_forge_on(host, 'puppetlabs-apt', '>= 4.1.0 < 8.0.0')
6+
install_module_from_forge_on(host, 'puppetlabs-apt', '>= 4.1.0 < 9.0.0')
77
when 'RedHat'
88
install_module_from_forge_on(host, 'garethr-erlang', '>= 0.3.0 < 1.0.0')
99
if fact_on(host, 'os.selinux.enabled')

0 commit comments

Comments
 (0)