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:
Forrest 2014-03-02 15:31:01 -07:00
commit 993686758d
2 changed files with 2 additions and 2 deletions

View file

@ -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',

View file

@ -3,4 +3,4 @@
postgresql-python: postgresql-python:
pkg: pkg:
- installed - installed
- name: {{ postgresql.python}} - name: {{ postgres.python}}