Procházet zdrojové kódy

test(inspec): improve to work on `amazon` as well

tags/v0.11.1
Imran Iqbal před 5 roky
rodič
revize
be09e0dedd
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      test/integration/default/controls/base.rb

+ 2
- 2
test/integration/default/controls/base.rb Zobrazit soubor

@@ -3,7 +3,7 @@
title 'Test logrotate installation'

case os[:name]
when 'redhat', 'centos', 'fedora'
when 'redhat', 'centos', 'fedora', 'amazon'
pkg = 'cronie'
else
pkg = 'logrotate'
@@ -27,7 +27,7 @@ describe file('/etc/logrotate.d') do
end

case os[:name]
when 'redhat', 'centos', 'fedora'
when 'redhat', 'centos', 'fedora', 'amazon'
service = 'crond'
else
service = 'cron'

Načítá se…
Zrušit
Uložit