postgres-formula/postgres/osmap.yaml

31 lines
696 B
YAML
Raw Normal View History

RedHat:
init_db: True
commands:
2016-05-24 11:02:30 -04:00
initdb: initdb
initdb_user: postgres
pkg: postgresql-server
pkg_client: postgresql
pkg_repo: pgdg94
repo_baseurl: http://yum.postgresql.org/9.4/redhat/rhel-$releasever-$basearch
2016-05-25 22:16:59 +02:00
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:
pkg_repo_file: /etc/apt/sources.list.d/pgdg.list
2015-07-10 16:35:06 +02:00
pkg_libpq_dev: libpq-dev
2015-11-23 14:06:19 +03:00
Suse:
2016-05-24 11:02:30 -04:00
init_db: True
2015-11-23 14:06:19 +03:00
commands:
2016-05-24 11:02:30 -04:00
initdb: initdb
initdb_user: postgres
2015-11-23 14:06:19 +03:00
pkg: postgresql-server
pkg_client: postgresql
FreeBSD:
user: pgsql
OpenBSD:
user: _postgresql