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