Skip to content
This repository was archived by the owner on Jul 23, 2021. It is now read-only.

Commit cfd6692

Browse files
committed
Let the module handle OpenBSD 6.x versions as well, and bump
default postgresql version here to 9.5
1 parent 4791011 commit cfd6692

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/globals.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
'OpenBSD' => $::operatingsystemrelease ? {
107107
/5\.6/ => '9.3',
108108
/5\.[7-9]/ => '9.4',
109+
/6\.[0-9]/ => '9.5',
109110
},
110111
'Suse' => $::operatingsystem ? {
111112
'SLES' => $::operatingsystemrelease ? {

0 commit comments

Comments
 (0)