Sfoglia il codice sorgente

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

tags/v0.12.0
Imran Iqbal 3 anni fa
parent
commit
dc630420a5
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      test/integration/default/controls/base.rb

+ 2
- 2
test/integration/default/controls/base.rb Vedi File

@@ -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…
Annulla
Salva