From 4353e57a1b652186f552472f16f1b06f8fb4f0a1 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Wed, 30 Jun 2021 13:03:26 +0100 Subject: [PATCH] feat(alma+rocky): add platforms (based on CentOS 8) [skip ci] --- apache/osmap.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/apache/osmap.yaml b/apache/osmap.yaml index d2afcc5..8641452 100644 --- a/apache/osmap.yaml +++ b/apache/osmap.yaml @@ -38,6 +38,26 @@ Amazon-2: - GeoIP - mod_geoip +AlmaLinux: + version: '2.4' + pkg: + deps: + - epel-release + - mod_ssl + - mod_security + - GeoIP + # mod_geoip + +Rocky: + version: '2.4' + pkg: + deps: + - epel-release + - mod_ssl + - mod_security + - GeoIP + # mod_geoip + # os_family: Suse SUSE: {} openSUSE: {}