1
0
Fork 0

test(base): re-enable Arch Linux test (possible due to `cron-formula`)

This commit is contained in:
Imran Iqbal 2022-01-14 10:37:26 +00:00
parent 4cf2808840
commit 2136711a12
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819
1 changed files with 3 additions and 5 deletions

View File

@ -43,12 +43,10 @@ end
control 'logrotate.service.running' do
title 'The service should be installed, enabled and running'
only_if('Disabled on Arch Linux') do
!%w[arch].include?(platform[:name])
end
service =
case platform[:family]
case system.platform[:family]
when 'arch'
'cronie'
when 'redhat', 'fedora'
'crond'
else