Skip to content

Commit 9ec0c0a

Browse files
Merge pull request #1288 from puppetlabs/pdksync_IAC-1709/main/add_debian_11_support
pdksync - (IAC-1709) - Add Support for Debian 11
2 parents 09b242a + f469118 commit 9ec0c0a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

manifests/globals.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
'8' => '9.4',
198198
'9' => '9.6',
199199
'10' => '11',
200+
'11' => '13',
200201
default => undef,
201202
},
202203
'Ubuntu' => $facts['os']['release']['major'] ? {

metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"operatingsystemrelease": [
5858
"8",
5959
"9",
60-
"10"
60+
"10",
61+
"11"
6162
]
6263
},
6364
{

0 commit comments

Comments
 (0)