Browse Source

Let the module handle OpenBSD 6.x versions as well, and bump
default postgresql version here to 9.5

Sebastian Reitenbach 8 years ago
parent
commit
cfd669235b
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 ? {