Darwin support

This commit is contained in:
Noel McLoughlin 2017-09-23 22:58:29 +01:00
parent a1cc6056ed
commit 772302211b

View file

@ -96,10 +96,13 @@ Suse:
pkg_libpq_dev: postgresql pkg_libpq_dev: postgresql
MacOS: MacOS:
service: postgres
pkg: postgres pkg: postgres
conf_dir: /usr/local/var/postgres
prepare_cluster: prepare_cluster:
command: initdb -D /usr/local/var/postgres/
test: test -f /usr/local/var/postgres/PG_VERSION
user: _postgres user: _postgres
#binpath: /usr/local/bin
# vim: ft=sls # vim: ft=sls