Skip to content

Commit

Permalink
puppetlabs/apt: Allow 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak authored and wyardley committed May 18, 2024
1 parent 006b5b8 commit 33bd37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
configure_beaker do |host|
case fact_on(host, 'os.family')
when 'Debian'
install_module_from_forge_on(host, 'puppetlabs-apt', '>= 4.1.0 < 9.0.0')
install_module_from_forge_on(host, 'puppetlabs-apt', '>= 4.1.0 < 10.0.0')
when 'RedHat'
install_module_from_forge_on(host, 'garethr-erlang', '>= 0.3.0 < 1.0.0')
if fact_on(host, 'os.selinux.enabled')
Expand Down

0 comments on commit 33bd37a

Please sign in to comment.