From aa044ba2956b46641f4e34ba5bee9cbb63dc7f85 Mon Sep 17 00:00:00 2001 From: Sebastian Reitenbach Date: Mon, 21 Dec 2015 23:36:00 +0100 Subject: [PATCH] OpenBSD 5.9 will also ship a PostgreSQL 9.4 version --- manifests/globals.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/globals.pp b/manifests/globals.pp index 6af19ca..a1801fa 100644 --- a/manifests/globals.pp +++ b/manifests/globals.pp @@ -105,7 +105,7 @@ class postgresql::globals ( 'FreeBSD' => '93', 'OpenBSD' => $::operatingsystemrelease ? { /5\.6/ => '9.3', - /5\.[7-8]/ => '9.4', + /5\.[7-9]/ => '9.4', }, 'Suse' => $::operatingsystem ? { 'SLES' => $::operatingsystemrelease ? {