From ac7e017eb575c5c5d1916b165c67563985bdb1a9 Mon Sep 17 00:00:00 2001 From: Audrey Roy Date: Thu, 15 May 2014 14:54:53 -0700 Subject: [PATCH] Ubuntu uses Debian mapping. --- postgres/map.jinja | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/postgres/map.jinja b/postgres/map.jinja index e6578bc..85d932c 100644 --- a/postgres/map.jinja +++ b/postgres/map.jinja @@ -3,6 +3,7 @@ 'pkg': 'postgresql-9.1', 'python': 'python-pygresql', 'service': 'postgresql', + 'pg_hba': '/etc/postgresql/9.1/main/pg_hba.conf', }, 'RedHat': { 'pkg': 'postgresql', @@ -14,10 +15,4 @@ 'python': 'python-psycopg2', 'service': 'postgresql', }, - 'Ubuntu': { - 'pkg': 'postgresql-9.3', - 'python': 'libpq-dev', - 'service': 'postgresql', - 'pg_hba': '/etc/postgresql/9.3/main/pg_hba.conf', - }, }, merge=salt['pillar.get']('postgres:lookup')) %}