Fixed conf_dir and pkg_dev on debian

There should be a better way of doing this, as I'm hardcoding the version name into the config dir.

On Debian based systems, postgresql is configured in "clusters" using some Debian specific tools. The main cluster is called ... main, which is why the `conf_dir` has a suffix of `main`.
This commit is contained in:
Mads Sülau Jørgensen 2015-07-10 16:37:19 +02:00
parent 851b62ce10
commit 58f8abb55e

View file

@ -1,8 +1,12 @@
wheezy:
pkg_repo: deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main
conf_dir: /etc/postgresql/9.1/main
pkg_dev: postgresql-server-dev-9.1
jessie:
version: 9.4
pkg_repo: deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main
conf_dir: /etc/postgresql/9.4/main
pkg_dev: postgresql-server-dev-9.4
trusty:
version: 9.3
pkg_repo: deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main