Browse Source

Merge pull request #772 from buzzdeee/master

Let the module handle OpenBSD 6.x versions
TP Honey 8 years ago
parent
commit
5115e2d964
1 changed files with 1 additions and 0 deletions
  1. 1 0
      manifests/globals.pp

+ 1 - 0
manifests/globals.pp

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