Darwin support

This commit is contained in:
Noel McLoughlin 2017-09-23 23:46:16 +01:00
parent 36851d4e83
commit 9e81aec024

View file

@ -97,14 +97,17 @@ Suse:
MacOS:
service: postgres
pkg: postgres
pkg: postgresql
pkg_client:
pkg_libpq_dev:
conf_dir: /usr/local/var/postgres
user: _postgres
group: _postgres
prepare_cluster:
command: initdb -D /usr/local/var/postgres/
test: test -f /usr/local/var/postgres/PG_VERSION
user: _postgres
group: _postgres
# vim: ft=sls