Skip to content

Commit 4cabd80

Browse files
Merge pull request #489 from puppetlabs/pdksync_IAC-1709/main/add_debian_11_support
pdksync - (IAC-1709) - Add Support for Debian 11
2 parents a8e68cd + 13acbba commit 4cabd80

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

manifests/params.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
},
143143
}
144144
}
145-
'10', '18.04', '18.10', '19.04', '19.10', '20.04': {
145+
'10', '11', '18.04', '18.10', '19.04', '19.10', '20.04': {
146146
$java = {
147147
'jdk' => {
148148
'package' => 'openjdk-11-jdk',

metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"operatingsystemrelease": [
5353
"8",
5454
"9",
55-
"10"
55+
"10",
56+
"11"
5657
]
5758
},
5859
{

0 commit comments

Comments
 (0)