From 65275f3aeabc199b2fabf5ecb8f3c033c53423cb Mon Sep 17 00:00:00 2001 From: Maximilian Ronniger Date: Thu, 18 Dec 2025 16:42:25 +0100 Subject: [PATCH] add Ubuntu 24.04 support --- manifests/params.pp | 1 + metadata.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 86f906981..9774725d9 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -382,6 +382,7 @@ '13' => '8.4', # Debian Trixie '20.04' => '7.4', # Ubuntu Foccal Fossal '22.04' => '8.1', # Ubuntu Jammy + '24.04' => '8.3', # Ubuntu Noble default => '7.2', # Ubuntu Bionic, Cosmic and Disco } $_base_mod_packages = { diff --git a/metadata.json b/metadata.json index e1091df2f..afb6a333b 100644 --- a/metadata.json +++ b/metadata.json @@ -66,7 +66,8 @@ "operatingsystemrelease": [ "18.04", "20.04", - "22.04" + "22.04", + "24.04" ] }, {