Skip to content

Commit b88c8a6

Browse files
authored
Merge pull request #1581 from bmiklautz/ubuntu2404
Support Ubuntu 24.04 and postgis for postgresql 16
2 parents 8ec8f73 + 265724b commit b88c8a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/globals.pp

+2
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@
211211
/^(20.04)$/ => '12',
212212
/^(21.04|21.10)$/ => '13',
213213
/^(22.04)$/ => '14',
214+
/^(24.04)$/ => '16',
214215
default => undef,
215216
},
216217
default => undef,
@@ -259,6 +260,7 @@
259260
'10' => '2.4',
260261
'11' => '3.0',
261262
'12' => '3.0',
263+
'16' => '3.4',
262264
default => undef,
263265
}
264266
$globals_postgis_version = $postgis_version ? {

0 commit comments

Comments
 (0)