Merge pull request #489 from puppetlabs/pdksync_IAC-1709/main/add_debian_11_support

pdksync - (IAC-1709) - Add Support for Debian 11
This commit is contained in:
daianamezdrea
2021-08-09 12:57:33 +03:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -142,7 +142,7 @@ class java::params {
}, },
} }
} }
'10', '18.04', '18.10', '19.04', '19.10', '20.04': { '10', '11', '18.04', '18.10', '19.04', '19.10', '20.04': {
$java = { $java = {
'jdk' => { 'jdk' => {
'package' => 'openjdk-11-jdk', 'package' => 'openjdk-11-jdk',

View File

@@ -52,7 +52,8 @@
"operatingsystemrelease": [ "operatingsystemrelease": [
"8", "8",
"9", "9",
"10" "10",
"11"
] ]
}, },
{ {