Ubuntu uses Debian mapping.

This commit is contained in:
Audrey Roy 2014-05-15 14:54:53 -07:00
parent c244688496
commit ac7e017eb5

View file

@ -3,6 +3,7 @@
'pkg': 'postgresql-9.1', 'pkg': 'postgresql-9.1',
'python': 'python-pygresql', 'python': 'python-pygresql',
'service': 'postgresql', 'service': 'postgresql',
'pg_hba': '/etc/postgresql/9.1/main/pg_hba.conf',
}, },
'RedHat': { 'RedHat': {
'pkg': 'postgresql', 'pkg': 'postgresql',
@ -14,10 +15,4 @@
'python': 'python-psycopg2', 'python': 'python-psycopg2',
'service': 'postgresql', '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')) %} }, merge=salt['pillar.get']('postgres:lookup')) %}