From d792259986480227a46bdcbe061724f5d97edd3a Mon Sep 17 00:00:00 2001 From: Lars Lurvink Date: Wed, 25 Aug 2021 13:23:38 +0200 Subject: [PATCH] add AlmaLinux compatibility --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 4e557d550..274442b28 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -57,7 +57,7 @@ $provider = 'mysql' } } - /^(RedHat|Rocky|CentOS|Scientific|OracleLinux)$/: { + /^(RedHat|Rocky|CentOS|AlmaLinux|Scientific|OracleLinux)$/: { if versioncmp($::operatingsystemmajrelease, '7') >= 0 { $provider = 'mariadb' if versioncmp($::operatingsystemmajrelease, '8') >= 0 {