From b10c9ccb70336c9c59d721b5743ab918b4a288f3 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 11 Aug 2025 19:23:37 +0200 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" ] }, {