Revert "update map.jinja Debian grain for postgresql 9.3"

This commit is contained in:
Nitin Madhok 2014-09-25 12:24:34 -04:00
parent 8977138cff
commit 6875fa39fa

View file

@ -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',