Skip to content

Commit aab6921

Browse files
committed
Merge pull request puppetlabs#712 from buzzdeee/master
OpenBSD 5.9 will also ship a PostgreSQL 9.4 version
2 parents f0d52e6 + aa044ba commit aab6921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/globals.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
'FreeBSD' => '93',
106106
'OpenBSD' => $::operatingsystemrelease ? {
107107
/5\.6/ => '9.3',
108-
/5\.[7-8]/ => '9.4',
108+
/5\.[7-9]/ => '9.4',
109109
},
110110
'Suse' => $::operatingsystem ? {
111111
'SLES' => $::operatingsystemrelease ? {

0 commit comments

Comments
 (0)