Merge pull request #165 from saltstack-formulas/arch-pg-client

Fix for Arch Linux
This commit is contained in:
Niels Abspoel 2017-09-24 22:12:09 +02:00 committed by GitHub
commit 1a3d303fd2

View file

@ -5,9 +5,9 @@
Arch:
conf_dir: /var/lib/postgres/data
prepare_cluster:
command: initdb -D /var/lib/postgresql/data
command: initdb -D /var/lib/postgres/data
test: test -f /var/lib/postgres/data/PG_VERSION
pkg_client: postgresql
pkg_client: postgresql-libs
pkg_dev: postgresql
Debian: