mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-15 17:20:25 +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
|
||||
|
||||
MacOS:
|
||||
service: postgres
|
||||
pkg: postgres
|
||||
conf_dir: /usr/local/var/postgres
|
||||
prepare_cluster:
|
||||
command: initdb -D /usr/local/var/postgres/
|
||||
test: test -f /usr/local/var/postgres/PG_VERSION
|
||||
user: _postgres
|
||||
#binpath: /usr/local/bin
|
||||
|
||||
|
||||
# vim: ft=sls
|
||||
|
|
Loading…
Add table
Reference in a new issue