소스 검색

test(alma+rocky): add platforms (finalise dc63042) [skip ci]

tags/v0.13.0
Imran Iqbal 3 년 전
부모
커밋
e4ad016b97
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      test/integration/default/controls/base.rb

+ 2
- 2
test/integration/default/controls/base.rb 파일 보기

@@ -48,8 +48,8 @@ control 'logrotate.service.running' do
end

service =
case platform[:name]
when 'redhat', 'centos', 'fedora', 'amazon', 'oracle'
case platform[:family]
when 'redhat', 'fedora'
'crond'
else
'cron'

Loading…
취소
저장