We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ec8f73 + 265724b commit b88c8a6Copy full SHA for b88c8a6
1 file changed
manifests/globals.pp
@@ -211,6 +211,7 @@
211
/^(20.04)$/ => '12',
212
/^(21.04|21.10)$/ => '13',
213
/^(22.04)$/ => '14',
214
+ /^(24.04)$/ => '16',
215
default => undef,
216
},
217
@@ -259,6 +260,7 @@
259
260
'10' => '2.4',
261
'11' => '3.0',
262
'12' => '3.0',
263
+ '16' => '3.4',
264
265
}
266
$globals_postgis_version = $postgis_version ? {
0 commit comments