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 09b242a + f469118 commit 9ec0c0aCopy full SHA for 9ec0c0a
manifests/globals.pp
@@ -197,6 +197,7 @@
197
'8' => '9.4',
198
'9' => '9.6',
199
'10' => '11',
200
+ '11' => '13',
201
default => undef,
202
},
203
'Ubuntu' => $facts['os']['release']['major'] ? {
metadata.json
@@ -57,7 +57,8 @@
57
"operatingsystemrelease": [
58
"8",
59
"9",
60
- "10"
+ "10",
61
+ "11"
62
]
63
64
{
0 commit comments