mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
Darwin support
This commit is contained in:
parent
a1cc6056ed
commit
772302211b
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue