1
0
Fork 0

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
1 changed files with 2 additions and 2 deletions

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'