Merge pull request #529 from phervieux/utopic

add utopic support
This commit is contained in:
Colleen Murphy 2015-02-04 12:05:14 +01:00
commit 46567450fa

View file

@ -72,6 +72,7 @@ class postgresql::globals (
default => undef,
},
'Ubuntu' => $::operatingsystemrelease ? {
/^(14.10)$/ => '9.4',
/^(14.04)$/ => '9.3',
/^(11.10|12.04|12.10|13.04|13.10)$/ => '9.1',
/^(10.04|10.10|11.04)$/ => '8.4',
@ -105,6 +106,7 @@ class postgresql::globals (
'9.3' => '2.1',
'9.4' => '2.1',
'93' => '2.1',
'9.4' => '2.1',
default => undef,
}
$globals_postgis_version = pick($postgis_version, $default_postgis_version)