Skip to content

Commit

Permalink
puppetlabs/apt: Allow 9.x
Browse files Browse the repository at this point in the history
Also contains voxpupuli#986
  • Loading branch information
bastelfreak committed May 19, 2024
1 parent af3486c commit 9c5e051
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_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')
when 'RedHat'
install_puppet_module_via_pmt_on(host, 'puppet-epel', '>= 5.0.0 < 6.0.0')
if fact_on(host, 'os.selinux.enabled')
Expand Down

0 comments on commit 9c5e051

Please sign in to comment.