Browse Source

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

tags/v1.2.0
Imran Iqbal 3 years ago
parent
commit
4353e57a1b
No account linked to committer's email address
1 changed files with 20 additions and 0 deletions
  1. +20
    -0
      apache/osmap.yaml

+ 20
- 0
apache/osmap.yaml View File

- GeoIP - GeoIP
- mod_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 # os_family: Suse
SUSE: {} SUSE: {}
openSUSE: {} openSUSE: {}

Loading…
Cancel
Save