Merge pull request #419 from mcanevet/fix/unknown_postgis_version
Set fallback postgis_version to undef so that catalog still compiles if d...
This commit is contained in:
commit
e137cd2d40
1 changed files with 7 additions and 6 deletions
|
@ -98,6 +98,7 @@ class postgresql::globals (
|
||||||
'9.1' => '1.5',
|
'9.1' => '1.5',
|
||||||
'9.2' => '2.0',
|
'9.2' => '2.0',
|
||||||
'9.3' => '2.1',
|
'9.3' => '2.1',
|
||||||
|
default => undef,
|
||||||
}
|
}
|
||||||
$globals_postgis_version = pick($postgis_version, $default_postgis_version)
|
$globals_postgis_version = pick($postgis_version, $default_postgis_version)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue