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
36851d4e83
commit
9e81aec024
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue