mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
Merge pull request #164 from saltstack-formulas/darwin-postgres
Support for Darwin
This commit is contained in:
commit
a87ccfb0ed
1 changed files with 14 additions and 0 deletions
|
@ -95,5 +95,19 @@ Suse:
|
|||
pkg_client: postgresql
|
||||
pkg_libpq_dev: postgresql
|
||||
|
||||
MacOS:
|
||||
service: postgresql
|
||||
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