We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732817e commit 8f8872aCopy full SHA for 8f8872a
spec/spec_helper_acceptance.rb
@@ -2,6 +2,4 @@
2
3
require 'voxpupuli/acceptance/spec_helper_acceptance'
4
5
-configure_beaker do |host|
6
- install_package(host, 'epel-release') if fact_on(host, 'os.name') == 'CentOS'
7
-end
+configure_beaker(modules: :metadata)
0 commit comments