Skip to content

Commit 1388863

Browse files
pdksync - (IAC-1753) - Add Support for AlmaLinux 8 (#500)
* (IAC-1752) - Add Support for AlmaLinux 8 * Update params.pp * Fix lint error * Update params.pp Co-authored-by: daianamezdrea <[email protected]> Co-authored-by: daiana <[email protected]>
1 parent 8cad2cd commit 1388863

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
case $facts['os']['family'] {
1010
'RedHat': {
1111
case $facts['os']['name'] {
12-
'Rocky', 'RedHat', 'CentOS', 'OracleLinux', 'Scientific', 'OEL', 'SLC', 'CloudLinux': {
12+
'AlmaLinux', 'Rocky', 'RedHat', 'CentOS', 'OracleLinux', 'Scientific', 'OEL', 'SLC', 'CloudLinux': {
1313
if (versioncmp($facts['os']['release']['full'], '5.0') < 0) {
1414
$jdk_package = 'java-1.6.0-sun-devel'
1515
$jre_package = 'java-1.6.0-sun'

metadata.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@
7676
"operatingsystemrelease": [
7777
"8"
7878
]
79+
},
80+
{
81+
"operatingsystem": "AlmaLinux",
82+
"operatingsystemrelease": [
83+
"8"
84+
]
7985
}
8086
],
8187
"requirements": [

0 commit comments

Comments
 (0)