test(base): re-enable Arch Linux test (possible due to cron-formula
)
This commit is contained in:
parent
4cf2808840
commit
2136711a12
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue