diff --git a/postgres/map.jinja b/postgres/map.jinja index 9c4dfd3..a809e5d 100644 --- a/postgres/map.jinja +++ b/postgres/map.jinja @@ -2,7 +2,7 @@ 'Debian': { 'pkg': 'postgresql-9.1', 'python': 'python-pygresql', - 'service': 'postgresql-9-1', + 'service': 'postgresql', }, 'RedHat': { 'pkg': 'postgresql', diff --git a/postgres/python.sls b/postgres/python.sls index b2199e7..e0d6187 100644 --- a/postgres/python.sls +++ b/postgres/python.sls @@ -3,4 +3,4 @@ postgresql-python: pkg: - installed - - name: {{ postgresql.python}} + - name: {{ postgres.python}}