Skip to content

Commit a2e40c3

Browse files
authored
Merge pull request puppetlabs#1032 from smussie/postgis_version
Add postgis support for postgres 10
2 parents 5419aa6 + dac781b commit a2e40c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/globals.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
'9.4' => '2.3',
146146
'9.5' => '2.3',
147147
'9.6' => '2.3',
148+
'10' => '2.4',
148149
default => undef,
149150
}
150151
$globals_postgis_version = $postgis_version ? {

0 commit comments

Comments
 (0)