Skip to content

Commit 593c68b

Browse files
author
Admin
committed
Add support for Ubuntu 24.04
1 parent 2f4a0b8 commit 593c68b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

manifests/params.pp

+1
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@
380380
'12' => '8.2', # Debian Bookworm
381381
'20.04' => '7.4', # Ubuntu Foccal Fossal
382382
'22.04' => '8.1', # Ubuntu Jammy
383+
'24.04' => '8.3', # Ubuntu Noble
383384
default => '7.2', # Ubuntu Bionic, Cosmic and Disco
384385
}
385386
$_base_mod_packages = {

metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
"operatingsystemrelease": [
6666
"18.04",
6767
"20.04",
68-
"22.04"
68+
"22.04",
69+
"24.04"
6970
]
7071
},
7172
{

0 commit comments

Comments
 (0)