Corrected service name on Debian/Ubuntu

This commit is contained in:
Ken Smith 2014-02-27 11:37:02 -05:00
parent 6b0c8f5f4c
commit 509d1787d0

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