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.
2 parents 1ccbb96 + f10ee71 commit 39518d3Copy full SHA for 39518d3
manifests/globals.pp
@@ -198,6 +198,7 @@
198
'Debian' => $facts['os']['release']['major'] ? {
199
'10' => '11',
200
'11' => '13',
201
+ '12' => '15',
202
default => undef,
203
},
204
'Ubuntu' => $facts['os']['release']['major'] ? {
metadata.json
@@ -57,7 +57,8 @@
57
"operatingsystem": "Debian",
58
"operatingsystemrelease": [
59
"10",
60
- "11"
+ "11",
61
+ "12"
62
]
63
64
{
0 commit comments