Skip to content

Commit 7c24120

Browse files
committed
install epel-release for all RedHat distro tests
1 parent 00caf41 commit 7c24120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper_acceptance.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
configure_beaker do |host|
44
install_local_module_on(host)
55
install_puppet_module_via_pmt_on(host, 'puppetlabs-stdlib')
6-
install_package(host, 'epel-release') if fact_on(host, 'os.name') == 'CentOS'
6+
install_package(host, 'epel-release') if fact_on(host, 'os.family') == 'RedHat'
77
end

0 commit comments

Comments
 (0)