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',
|
||||
'OpenBSD' => $::operatingsystemrelease ? {
|
||||
/5\.6/ => '9.3',
|
||||
/5\.[7-8]/ => '9.4',
|
||||
/5\.[7-9]/ => '9.4',
|
||||
},
|
||||
'Suse' => $::operatingsystem ? {
|
||||
'SLES' => $::operatingsystemrelease ? {
|
||||
|
|
Loading…
Reference in a new issue