From 1517d05af209c8d6df858286f5a7f698ffb0c52e Mon Sep 17 00:00:00 2001 From: akumari Date: Thu, 6 Jun 2024 13:38:58 +0530 Subject: [PATCH] Add AlmaLinux 8 support Added AlmaLinux 8 to the supported operating systems in metadata.json. These changes ensure that we start testing with AlmaLinux 8 and 9 instead of CentOS 8 Stream. This update is part of our transition to better support AlmaLinux in our Puppet modules. See, for details: https://github.com/theforeman/foreman-infra/issues/2087 --- metadata.json | 1 + 1 file changed, 1 insertion(+) diff --git a/metadata.json b/metadata.json index e86546a0..6cabc8b5 100644 --- a/metadata.json +++ b/metadata.json @@ -64,6 +64,7 @@ { "operatingsystem": "AlmaLinux", "operatingsystemrelease": [ + "8", "9" ] },