mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 01:30:25 +00:00
Merge pull request #165 from saltstack-formulas/arch-pg-client
Fix for Arch Linux
This commit is contained in:
commit
1a3d303fd2
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@
|
|||
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
|
||||
pkg_client: postgresql-libs
|
||||
pkg_dev: postgresql
|
||||
|
||||
Debian:
|
||||
|
|
Loading…
Add table
Reference in a new issue