瀏覽代碼

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

tags/v0.13.0
Imran Iqbal 3 年之前
父節點
當前提交
e4ad016b97
沒有連結到貢獻者的電子郵件帳戶。
共有 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…
取消
儲存