Selaa lähdekoodia

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

tags/v0.12.0
Imran Iqbal 3 vuotta sitten
vanhempi
commit
dc630420a5
No account linked to committer's email address
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      test/integration/default/controls/base.rb

+ 2
- 2
test/integration/default/controls/base.rb Näytä tiedosto

@@ -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…
Peruuta
Tallenna