From 683b3562e9ff91a8fe59c546e3841c8529ba2b98 Mon Sep 17 00:00:00 2001 From: akumari Date: Thu, 6 Jun 2024 13:02:17 +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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/metadata.json b/metadata.json index 4a00e8a..3e169bd 100644 --- a/metadata.json +++ b/metadata.json @@ -24,6 +24,13 @@ "8", "9" ] + }, + { + "operatingsystem": "AlmaLinux", + "operatingsystemrelease": [ + "8", + "9" + ] } ], "requirements": [