1
0
Fork 0
mirror of synced 2024-06-01 23:01:09 -04:00

test(alma+rocky): add platforms (based on CentOS 8) [skip ci]

This commit is contained in:
Imran Iqbal 2021-07-01 08:30:57 +01:00
parent 1f55b57a61
commit dc630420a5
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819

View file

@ -6,8 +6,8 @@ control 'logrotate-pkg.pkg.installed' do
title 'The required package should be installed' title 'The required package should be installed'
pkg = pkg =
case platform[:name] case platform[:family]
when 'redhat', 'centos', 'fedora', 'amazon', 'oracle' when 'redhat', 'fedora'
'cronie' 'cronie'
else else
'logrotate' 'logrotate'