Merge pull request #16 from blbradley/map-update-9.3

update map.jinja Debian grain for postgresql 9.3
This commit is contained in:
Nitin Madhok 2014-09-25 10:04:33 -04:00
commit 8977138cff

View file

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