mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
fix client package on archlinux
This commit is contained in:
parent
d3586654ef
commit
d046fe9909
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ Arch:
|
||||||
initdb_user: postgres
|
initdb_user: postgres
|
||||||
commands:
|
commands:
|
||||||
initdb: initdb --locale en_US.UTF8 -E UTF8 -D "/var/lib/postgres/data"
|
initdb: initdb --locale en_US.UTF8 -E UTF8 -D "/var/lib/postgres/data"
|
||||||
|
pkg_client: postgresql
|
||||||
|
pkg_dev: postgresql
|
||||||
Debian:
|
Debian:
|
||||||
pkg_repo_file: /etc/apt/sources.list.d/pgdg.list
|
pkg_repo_file: /etc/apt/sources.list.d/pgdg.list
|
||||||
pkg_libpq_dev: libpq-dev
|
pkg_libpq_dev: libpq-dev
|
||||||
|
|
Loading…
Add table
Reference in a new issue