From cbb293fa5f8208c72794ee35fd75422191ea3789 Mon Sep 17 00:00:00 2001 From: akumari Date: Thu, 6 Jun 2024 12:55:52 +0530 Subject: [PATCH] Add AlmaLinux 8 & 9 support Added AlmaLinux 8 and 9 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 8431d743..91b484d0 100644 --- a/metadata.json +++ b/metadata.json @@ -102,7 +102,8 @@ { "operatingsystem": "AlmaLinux", "operatingsystemrelease": [ - "8" + "8", + "9" ] } ]