OpenBSD version is now 9.4
This commit is contained in:
parent
f59899b921
commit
244097c942
1 changed files with 4 additions and 1 deletions
|
@ -102,7 +102,10 @@ class postgresql::globals (
|
|||
default => '9.2',
|
||||
},
|
||||
'FreeBSD' => '93',
|
||||
'OpenBSD' => '9.3',
|
||||
'OpenBSD' => $::operatingsystemrelease ? {
|
||||
/5\.6/ => '9.3',
|
||||
/5\.[7-8]/ => '9.4',
|
||||
},
|
||||
'Suse' => $::operatingsystem ? {
|
||||
'SLES' => $::operatingsystemrelease ? {
|
||||
/11\.[0-4]/ => '91',
|
||||
|
|
Loading…
Reference in a new issue