Skip to content

Commit 8f8872a

Browse files
committed
Epel is not needed in acceptance
1 parent 732817e commit 8f8872a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spec/spec_helper_acceptance.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22

33
require 'voxpupuli/acceptance/spec_helper_acceptance'
44

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

0 commit comments

Comments
 (0)