We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00caf41 commit 7c24120Copy full SHA for 7c24120
spec/spec_helper_acceptance.rb
@@ -3,5 +3,5 @@
3
configure_beaker do |host|
4
install_local_module_on(host)
5
install_puppet_module_via_pmt_on(host, 'puppetlabs-stdlib')
6
- install_package(host, 'epel-release') if fact_on(host, 'os.name') == 'CentOS'
+ install_package(host, 'epel-release') if fact_on(host, 'os.family') == 'RedHat'
7
end
0 commit comments