From ffc266221b12b1e63d4cd4dba16d4b67e27cf5f9 Mon Sep 17 00:00:00 2001 From: Brandon Bradley Date: Thu, 25 Sep 2014 08:18:28 -0500 Subject: [PATCH] update map.jinja Debian grain for postgresql 9.3 --- postgres/map.jinja | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgres/map.jinja b/postgres/map.jinja index 85d932c..02e61a2 100644 --- a/postgres/map.jinja +++ b/postgres/map.jinja @@ -1,9 +1,9 @@ {% set postgres = salt['grains.filter_by']({ 'Debian': { - 'pkg': 'postgresql-9.1', + 'pkg': 'postgresql-9.3', 'python': 'python-pygresql', 'service': 'postgresql', - 'pg_hba': '/etc/postgresql/9.1/main/pg_hba.conf', + 'pg_hba': '/etc/postgresql/9.3/main/pg_hba.conf', }, 'RedHat': { 'pkg': 'postgresql',