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

pull/60/head
Imran Iqbal 1 year ago
parent 4cf2808840
commit 2136711a12
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819
  1. 8
      test/integration/default/controls/base.rb

@ -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…
Cancel
Save