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 f2e075d + 36bbd6e commit 4656745Copy full SHA for 4656745
manifests/globals.pp
@@ -72,6 +72,7 @@
72
default => undef,
73
},
74
'Ubuntu' => $::operatingsystemrelease ? {
75
+ /^(14.10)$/ => '9.4',
76
/^(14.04)$/ => '9.3',
77
/^(11.10|12.04|12.10|13.04|13.10)$/ => '9.1',
78
/^(10.04|10.10|11.04)$/ => '8.4',
@@ -105,6 +106,7 @@
105
106
'9.3' => '2.1',
107
'9.4' => '2.1',
108
'93' => '2.1',
109
+ '9.4' => '2.1',
110
111
}
112
$globals_postgis_version = pick($postgis_version, $default_postgis_version)
0 commit comments