소스 검색
test(base): re-enable Arch Linux test (possible due to `cron-formula`)
tags/v0.13.0
Imran Iqbal
3 년 전
No account linked to committer's email address
1개의 변경된 파일과
3개의 추가작업 그리고
5개의 파일을 삭제
-
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 |