Skip to content

Commit

Permalink
Epel is not needed in acceptance
Browse files Browse the repository at this point in the history
  • Loading branch information
h-haaks committed Mar 13, 2024
1 parent 5756b00 commit 8c5fbe7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

require 'voxpupuli/acceptance/spec_helper_acceptance'

configure_beaker do |host|
install_package(host, 'epel-release') if fact_on(host, 'os.name') == 'CentOS'
end
configure_beaker(modules: :metadata)

0 comments on commit 8c5fbe7

Please sign in to comment.