mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
Drop redundant -D datadir from Arch initdb command
This commit is contained in:
parent
e0ed6b6e77
commit
749d2f2e12
1 changed files with 2 additions and 1 deletions
|
@ -10,8 +10,9 @@ Arch:
|
|||
conf_dir: /var/lib/postgres/data
|
||||
data_dir: /var/lib/postgres/data
|
||||
initdb_user: postgres
|
||||
initdb_args: --locale en_US.UTF8 -E UTF8
|
||||
commands:
|
||||
initdb: initdb --locale en_US.UTF8 -E UTF8 -D "/var/lib/postgres/data"
|
||||
initdb: initdb
|
||||
pkg_client: postgresql
|
||||
pkg_dev: postgresql
|
||||
Debian:
|
||||
|
|
Loading…
Add table
Reference in a new issue