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': {
|
||||
'pkg': 'postgresql-9.1',
|
||||
'python': 'python-pygresql',
|
||||
'service': 'postgresql-9-1',
|
||||
'service': 'postgresql',
|
||||
},
|
||||
'RedHat': {
|
||||
'pkg': 'postgresql',
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
postgresql-python:
|
||||
pkg:
|
||||
- installed
|
||||
- name: {{ postgresql.python}}
|
||||
- name: {{ postgres.python}}
|
||||
|
|
Loading…
Add table
Reference in a new issue