mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 01:30:25 +00:00
Merge pull request #6 from Ken-2scientists/master
correcting service name on Debian/Ubuntu and correcting python state pillar lookup
This commit is contained in:
commit
993686758d
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
'Debian': {
|
'Debian': {
|
||||||
'pkg': 'postgresql-9.1',
|
'pkg': 'postgresql-9.1',
|
||||||
'python': 'python-pygresql',
|
'python': 'python-pygresql',
|
||||||
'service': 'postgresql-9-1',
|
'service': 'postgresql',
|
||||||
},
|
},
|
||||||
'RedHat': {
|
'RedHat': {
|
||||||
'pkg': 'postgresql',
|
'pkg': 'postgresql',
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
postgresql-python:
|
postgresql-python:
|
||||||
pkg:
|
pkg:
|
||||||
- installed
|
- installed
|
||||||
- name: {{ postgresql.python}}
|
- name: {{ postgres.python}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue