Skip to content

Commit

Permalink
test(alma+rocky): add platforms (based on CentOS 8) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Jul 1, 2021
1 parent 1f55b57 commit dc63042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/default/controls/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
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'
Expand Down

0 comments on commit dc63042

Please sign in to comment.