From daabd1c9ada3db1591bdb41974ef8f72c2f97f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Landry?= Date: Mon, 28 Jun 2021 12:29:41 -0400 Subject: [PATCH] Support Rocky and AlmaLinux 8 --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 2a57ed2..06baf4b 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -21,7 +21,7 @@ $active_profile_conf = 'active_profile' } - 'RedHat','CentOS','Scientific','OracleLinux': { + 'RedHat','CentOS','Scientific','OracleLinux', 'Rocky', 'AlmaLinux': { case $facts['os']['release']['major'] { '6': { $majversion = pick($_majversion, '0')