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" ] }, {