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
ca3ffc5e4d
commit
d378b47f9f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Arch:
|
||||||
prepare_cluster:
|
prepare_cluster:
|
||||||
command: initdb -D /var/lib/postgres/data
|
command: initdb -D /var/lib/postgres/data
|
||||||
test: test -f /var/lib/postgres/data/PG_VERSION
|
test: test -f /var/lib/postgres/data/PG_VERSION
|
||||||
pkg_client: postgresql-lib
|
pkg_client: postgresql-libs
|
||||||
pkg_dev: postgresql
|
pkg_dev: postgresql
|
||||||
|
|
||||||
Debian:
|
Debian:
|
||||||
|
|
Loading…
Add table
Reference in a new issue