mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
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:
parent
851b62ce10
commit
58f8abb55e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue