mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
Revert "update map.jinja Debian grain for postgresql 9.3"
This commit is contained in:
parent
8977138cff
commit
6875fa39fa
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
{% set postgres = salt['grains.filter_by']({
|
{% set postgres = salt['grains.filter_by']({
|
||||||
'Debian': {
|
'Debian': {
|
||||||
'pkg': 'postgresql-9.3',
|
'pkg': 'postgresql-9.1',
|
||||||
'python': 'python-pygresql',
|
'python': 'python-pygresql',
|
||||||
'service': 'postgresql',
|
'service': 'postgresql',
|
||||||
'pg_hba': '/etc/postgresql/9.3/main/pg_hba.conf',
|
'pg_hba': '/etc/postgresql/9.1/main/pg_hba.conf',
|
||||||
},
|
},
|
||||||
'RedHat': {
|
'RedHat': {
|
||||||
'pkg': 'postgresql',
|
'pkg': 'postgresql',
|
||||||
|
|
Loading…
Add table
Reference in a new issue