Let the module handle OpenBSD 6.x versions as well, and bump

default postgresql version here to 9.5
This commit is contained in:
Sebastian Reitenbach 2016-06-04 00:22:15 +02:00
parent 4791011cea
commit cfd669235b

View file

@ -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 ? {