mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
For Arch, fix path for initdb
This commit is contained in:
parent
1548337bbe
commit
ca3ffc5e4d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
Arch:
|
||||
conf_dir: /var/lib/postgres/data
|
||||
prepare_cluster:
|
||||
command: initdb -D /var/lib/postgresql/data
|
||||
command: initdb -D /var/lib/postgres/data
|
||||
test: test -f /var/lib/postgres/data/PG_VERSION
|
||||
pkg_client: postgresql-lib
|
||||
pkg_dev: postgresql
|
||||
|
|
Loading…
Add table
Reference in a new issue