We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4a0b8 commit 593c68bCopy full SHA for 593c68b
manifests/params.pp
@@ -380,6 +380,7 @@
380
'12' => '8.2', # Debian Bookworm
381
'20.04' => '7.4', # Ubuntu Foccal Fossal
382
'22.04' => '8.1', # Ubuntu Jammy
383
+ '24.04' => '8.3', # Ubuntu Noble
384
default => '7.2', # Ubuntu Bionic, Cosmic and Disco
385
}
386
$_base_mod_packages = {
metadata.json
@@ -65,7 +65,8 @@
65
"operatingsystemrelease": [
66
"18.04",
67
"20.04",
68
- "22.04"
+ "22.04",
69
+ "24.04"
70
]
71
},
72
{
0 commit comments