Skip to content

Commit 2b34180

Browse files
authored
Merge pull request #519 from rswarts/jammy
Make ubuntu 22.04 also default to openjdk-11
2 parents cc00a26 + e404edd commit 2b34180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
},
9090
}
9191
}
92-
'10', '11', '18.04', '18.10', '19.04', '19.10', '20.04': {
92+
'10', '11', '18.04', '18.10', '19.04', '19.10', '20.04', '22.04': {
9393
$java = {
9494
'jdk' => {
9595
'package' => 'openjdk-11-jdk',

0 commit comments

Comments
 (0)