Merge pull request #772 from buzzdeee/master
Let the module handle OpenBSD 6.x versions
This commit is contained in:
commit
5115e2d964
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