We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc5df33 + 508d4d0 commit 2da1d3dCopy full SHA for 2da1d3d
manifests/params.pp
@@ -57,7 +57,7 @@
57
$provider = 'mysql'
58
}
59
60
- /^(RedHat|Rocky|CentOS|Scientific|OracleLinux)$/: {
+ /^(RedHat|Rocky|CentOS|Scientific|OracleLinux|AlmaLinux)$/: {
61
if versioncmp($::operatingsystemmajrelease, '7') >= 0 {
62
$provider = 'mariadb'
63
if versioncmp($::operatingsystemmajrelease, '8') >= 0 {
metadata.json
@@ -72,6 +72,12 @@
72
"operatingsystemrelease": [
73
"8"
74
]
75
+ },
76
+ {
77
+ "operatingsystem": "AlmaLinux",
78
+ "operatingsystemrelease": [
79
+ "8"
80
+ ]
81
82
],
83
"requirements": [
0 commit comments