Skip to content

Commit

Permalink
Merge pull request #1581 from bmiklautz/ubuntu2404
Browse files Browse the repository at this point in the history
Support Ubuntu 24.04 and postgis for postgresql 16
  • Loading branch information
ekohl authored Mar 26, 2024
2 parents 8ec8f73 + 265724b commit b88c8a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/globals.pp
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@
/^(20.04)$/ => '12',
/^(21.04|21.10)$/ => '13',
/^(22.04)$/ => '14',
/^(24.04)$/ => '16',
default => undef,
},
default => undef,
Expand Down Expand Up @@ -259,6 +260,7 @@
'10' => '2.4',
'11' => '3.0',
'12' => '3.0',
'16' => '3.4',
default => undef,
}
$globals_postgis_version = $postgis_version ? {
Expand Down

0 comments on commit b88c8a6

Please sign in to comment.