mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
Ubuntu uses Debian mapping.
This commit is contained in:
parent
c244688496
commit
ac7e017eb5
1 changed files with 1 additions and 6 deletions
|
@ -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')) %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue