浏览代码

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'

正在加载...
取消
保存