1
0
Fork 0
mirror of synced 2024-07-26 18:11:08 -04:00

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

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