mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
add archlinux defaults
This commit is contained in:
parent
efba14c7a2
commit
f1a45675d0
1 changed files with 7 additions and 1 deletions
|
@ -7,7 +7,13 @@ RedHat:
|
||||||
pkg_client: postgresql
|
pkg_client: postgresql
|
||||||
pkg_repo: pgdg94
|
pkg_repo: pgdg94
|
||||||
repo_baseurl: http://yum.postgresql.org/9.4/redhat/rhel-$releasever-$basearch
|
repo_baseurl: http://yum.postgresql.org/9.4/redhat/rhel-$releasever-$basearch
|
||||||
Arch: {}
|
Arch:
|
||||||
|
conf_dir: /var/lib/postgres/data
|
||||||
|
data_dir: /var/lib/postgres/data
|
||||||
|
init_db: True
|
||||||
|
initdb_user: postgres
|
||||||
|
commands:
|
||||||
|
initdb: initdb --locale en_US.UTF8 -E UTF8 -D "/var/lib/postgres/data"
|
||||||
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