Skip to content

Commit

Permalink
Install puppet-epel in CI on the entire Red Hat OS family
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Jan 9, 2024
1 parent c427b74 commit 7c76448
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 @@ -3,7 +3,7 @@
require 'voxpupuli/acceptance/spec_helper_acceptance'

configure_beaker do |host|
install_module_from_forge('puppet-epel', '>= 3.0.1 < 4.0.0') if fact_on(host, 'os.name') == 'CentOS'
install_module_from_forge('puppet-epel', '>= 3.0.1 < 4.0.0') if fact_on(host, 'os.family') == 'RedHat'
install_module_from_forge('puppetlabs-apache', '>= 5.7.0 < 7.0.0')
install_module_from_forge('puppetlabs-java', '>= 6.3.0 < 8.0.0')
end

0 comments on commit 7c76448

Please sign in to comment.