We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46dad7a + 896d036 commit 7ae6c33Copy full SHA for 7ae6c33
manifests/globals.pp
@@ -127,15 +127,15 @@
127
128
$default_postgis_version = $globals_version ? {
129
'8.1' => '1.3.6',
130
- '8.4' => '1.5',
131
- '9.0' => '1.5',
132
- '9.1' => '1.5',
133
- '91' => '1.5',
134
- '9.2' => '2.0',
135
- '9.3' => '2.1',
136
- '93' => '2.1',
137
- '9.4' => '2.1',
138
- '9.5' => '2.2',
+ '8.4' => '2.0',
+ '9.0' => '2.1',
+ '9.1' => '2.1',
+ '91' => '2.1',
+ '9.2' => '2.3',
+ '9.3' => '2.3',
+ '93' => '2.3',
+ '9.4' => '2.3',
+ '9.5' => '2.3',
139
'9.6' => '2.3',
140
default => undef,
141
}
0 commit comments