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

pull/58/head
Imran Iqbal 2 years ago
parent 1f55b57a61
commit dc630420a5
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819
  1. 4
      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…
Cancel
Save