OpenBSD 5.9 will also ship a PostgreSQL 9.4 version
This commit is contained in:
parent
f0d52e6cc6
commit
aa044ba295
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class postgresql::globals (
|
||||||
'FreeBSD' => '93',
|
'FreeBSD' => '93',
|
||||||
'OpenBSD' => $::operatingsystemrelease ? {
|
'OpenBSD' => $::operatingsystemrelease ? {
|
||||||
/5\.6/ => '9.3',
|
/5\.6/ => '9.3',
|
||||||
/5\.[7-8]/ => '9.4',
|
/5\.[7-9]/ => '9.4',
|
||||||
},
|
},
|
||||||
'Suse' => $::operatingsystem ? {
|
'Suse' => $::operatingsystem ? {
|
||||||
'SLES' => $::operatingsystemrelease ? {
|
'SLES' => $::operatingsystemrelease ? {
|
||||||
|
|
Loading…
Reference in a new issue