Skip to content

Commit 5db785f

Browse files
choffeemalikparvez
authored andcommitted
Add support for Ubuntu 24.04
This adds the same settings for Debian 12. While Ubuntu has v21 of openjdk available it uses the more conservative v17
1 parent 9255a97 commit 5db785f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
default => $facts['os']['architecture']
5959
}
6060
case $facts['os']['release']['major'] {
61-
'12': {
61+
'12', '24.04': {
6262
$openjdk = 17
6363
}
6464
'10', '11', '18.04', '18.10', '19.04', '19.10', '20.04', '22.04': {

metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"operatingsystemrelease": [
5353
"18.04",
5454
"20.04",
55-
"22.04"
55+
"22.04",
56+
"24.04"
5657
]
5758
},
5859
{

0 commit comments

Comments
 (0)