From 699a5a837cde16e80b55a00203464c1a768311b3 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..8aefd8e5 100644 --- a/metadata.json +++ b/metadata.json @@ -64,6 +64,7 @@ { "operatingsystem": "AlmaLinux", "operatingsystemrelease": [ + "8", "9" ] },