From a196cc6f56389c2f5b6a7d030bd5330e7037bcec Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Tue, 18 Nov 2025 13:29:30 +0100 Subject: [PATCH] Add Debian 13 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 60318ef6a..86f906981 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -379,6 +379,7 @@ '10' => '7.3', # Debian Buster '11' => '7.4', # Debian Bullseye '12' => '8.2', # Debian Bookworm + '13' => '8.4', # Debian Trixie '20.04' => '7.4', # Ubuntu Foccal Fossal '22.04' => '8.1', # Ubuntu Jammy default => '7.2', # Ubuntu Bionic, Cosmic and Disco diff --git a/metadata.json b/metadata.json index ba16491c4..5650f40d4 100644 --- a/metadata.json +++ b/metadata.json @@ -50,7 +50,8 @@ "operatingsystemrelease": [ "10", "11", - "12" + "12", + "13" ] }, {