We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2dc09 commit b10c9ccCopy full SHA for b10c9cc
manifests/params.pp
@@ -379,6 +379,7 @@
379
'10' => '7.3', # Debian Buster
380
'11' => '7.4', # Debian Bullseye
381
'12' => '8.2', # Debian Bookworm
382
+ '13' => '8.4', # Debian Trixie
383
'20.04' => '7.4', # Ubuntu Foccal Fossal
384
'22.04' => '8.1', # Ubuntu Jammy
385
default => '7.2', # Ubuntu Bionic, Cosmic and Disco
metadata.json
@@ -50,7 +50,8 @@
50
"operatingsystemrelease": [
51
"10",
52
"11",
53
- "12"
+ "12",
54
+ "13"
55
]
56
},
57
{
0 commit comments