瀏覽代碼

test(alma+rocky): add platforms (based on CentOS 8) [skip ci]

tags/v0.12.0
Imran Iqbal 3 年之前
父節點
當前提交
dc630420a5
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 查看文件

@@ -6,8 +6,8 @@ control 'logrotate-pkg.pkg.installed' do
title 'The required package should be installed'

pkg =
case platform[:name]
when 'redhat', 'centos', 'fedora', 'amazon', 'oracle'
case platform[:family]
when 'redhat', 'fedora'
'cronie'
else
'logrotate'

Loading…
取消
儲存