From 86640272fa4fd4c862df778339c096935caa248d Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Wed, 23 Oct 2024 18:35:52 +0200 Subject: [PATCH] apache::params: Use correct PHP version on Ubuntu 24.04 Signed-off-by: Frank Lichtenheld --- manifests/params.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/params.pp b/manifests/params.pp index be3fd6b24..ff2bf0ce7 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -380,6 +380,7 @@ '12' => '8.2', # Debian Bookworm '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 = {