Skip to content

Commit

Permalink
Replace install_module_from_forge_on by install_puppet_module_via_pmt_on
Browse files Browse the repository at this point in the history
  • Loading branch information
danifr committed Nov 6, 2023
1 parent e665bd5 commit 43bb4d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
require 'voxpupuli/acceptance/spec_helper_acceptance'

configure_beaker do |host|
install_module_from_forge_on(host, 'puppetlabs-apt', '>= 4.1.0 < 9.0.0') if fact_on(host, 'os.family') == 'Debian'
install_module_from_forge_on(host, 'puppetlabs-java', '>= 2.1.0 < 8.0.0')
install_module_from_forge_on(host, 'puppetlabs-java_ks', '>= 1.6.0 < 4.0.0')
install_module_from_forge_on(host, 'puppetlabs-mysql', '>= 4.0.1 < 13.0.0')
install_module_from_forge_on(host, 'puppetlabs-postgresql', '>= 5.1.0 < 8.0.0')
install_puppet_module_via_pmt_on(host, 'puppetlabs-apt') if fact_on(host, 'os.family') == 'Debian'
install_puppet_module_via_pmt_on(host, 'puppetlabs-java')
install_puppet_module_via_pmt_on(host, 'puppetlabs-java_ks')
install_puppet_module_via_pmt_on(host, 'puppetlabs-mysql')
install_puppet_module_via_pmt_on(host, 'puppetlabs-postgresql')
end

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

0 comments on commit 43bb4d1

Please sign in to comment.