Skip to content

Commit 2da1d3d

Browse files
Merge pull request #1444 from puppetlabs/pdksync_IAC-1752/main/add_almalinux_8_support
pdksync - (IAC-1753) - Add Support for AlmaLinux 8
2 parents cc5df33 + 508d4d0 commit 2da1d3d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

manifests/params.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
$provider = 'mysql'
5858
}
5959
}
60-
/^(RedHat|Rocky|CentOS|Scientific|OracleLinux)$/: {
60+
/^(RedHat|Rocky|CentOS|Scientific|OracleLinux|AlmaLinux)$/: {
6161
if versioncmp($::operatingsystemmajrelease, '7') >= 0 {
6262
$provider = 'mariadb'
6363
if versioncmp($::operatingsystemmajrelease, '8') >= 0 {

metadata.json

+6
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@
7272
"operatingsystemrelease": [
7373
"8"
7474
]
75+
},
76+
{
77+
"operatingsystem": "AlmaLinux",
78+
"operatingsystemrelease": [
79+
"8"
80+
]
7581
}
7682
],
7783
"requirements": [

0 commit comments

Comments
 (0)