Skip to content

Commit

Permalink
install epel-release for centos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zilchms committed Feb 13, 2024
1 parent 27ebe32 commit 891473f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
configure_beaker do |host|
install_local_module_on(host)
install_puppet_module_via_pmt_on(host, 'puppetlabs-stdlib')
install_package(host, 'epel-release') if fact_on(host, 'os.name') == 'CentOS'
end

0 comments on commit 891473f

Please sign in to comment.