diff --git a/postgres/map.jinja b/postgres/map.jinja index 02e61a2..85d932c 100644 --- a/postgres/map.jinja +++ b/postgres/map.jinja @@ -1,9 +1,9 @@ {% set postgres = salt['grains.filter_by']({ 'Debian': { - 'pkg': 'postgresql-9.3', + 'pkg': 'postgresql-9.1', 'python': 'python-pygresql', 'service': 'postgresql', - 'pg_hba': '/etc/postgresql/9.3/main/pg_hba.conf', + 'pg_hba': '/etc/postgresql/9.1/main/pg_hba.conf', }, 'RedHat': { 'pkg': 'postgresql',