Let the module handle OpenBSD 6.x versions as well, and bump
default postgresql version here to 9.5
This commit is contained in:
parent
4791011cea
commit
cfd669235b
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ class postgresql::globals (
|
|||
'OpenBSD' => $::operatingsystemrelease ? {
|
||||
/5\.6/ => '9.3',
|
||||
/5\.[7-9]/ => '9.4',
|
||||
/6\.[0-9]/ => '9.5',
|
||||
},
|
||||
'Suse' => $::operatingsystem ? {
|
||||
'SLES' => $::operatingsystemrelease ? {
|
||||
|
|
Loading…
Reference in a new issue