1
0
Fork 0

test(alma+rocky): add platforms (finalise dc63042) [skip ci]

This commit is contained in:
Imran Iqbal 2021-10-07 06:39:50 +01:00
parent f807143875
commit e4ad016b97
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ control 'logrotate.service.running' do
end
service =
case platform[:name]
when 'redhat', 'centos', 'fedora', 'amazon', 'oracle'
case platform[:family]
when 'redhat', 'fedora'
'crond'
else
'cron'