Skip to content

Commit

Permalink
Replace deprecated install_module_from_forge with install_puppet_modu…
Browse files Browse the repository at this point in the history
…le_via_pmt_on
  • Loading branch information
root-expert committed Oct 2, 2023
1 parent 309a5cc commit a1e5375
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 @@ -27,7 +27,7 @@

apply_manifest_on(host, pp, catch_failures: true)
apply_manifest_on(host, debian, catch_failures: true) if fact('os.family') == 'Debian'
install_module_from_forge_on(host, 'puppet/epel', '>= 3.1.0 < 5.0.0') if fact('os.family') == 'RedHat'
install_puppet_module_via_pmt_on(host, 'puppet/epel') if fact('os.family') == 'RedHat'
end

Dir['./spec/support/acceptance/**/*.rb'].sort.each { |f| require f }

0 comments on commit a1e5375

Please sign in to comment.