Skip to content

Commit

Permalink
Try to raise apt/yum versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jay7x committed Dec 1, 2024
1 parent 7f61a23 commit 38a2327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
configure_beaker(modules: :metadata) do |host|
case fact_on(host, 'os.family')
when 'Debian'
install_puppet_module_via_pmt_on(host, 'puppetlabs-apt')
install_puppet_module_via_pmt_on(host, 'puppetlabs-apt', '>=9.2.0')
when 'RedHat'
install_puppet_module_via_pmt_on(host, 'puppet-yum')
install_puppet_module_via_pmt_on(host, 'puppet-yum', '>=7.1.0')
end
end

Expand Down

0 comments on commit 38a2327

Please sign in to comment.