mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00

- Corrected inadvertent changes to postgres_user - Fixed postgres_user - Explicitly list the grain that we're filtering by even though it's default - Place *BSD user and runas into osmap instead of hardcoding
21 lines
478 B
YAML
21 lines
478 B
YAML
RedHat:
|
|
init_db: True
|
|
commands:
|
|
initdb: initdb /var/lib/pgsql/data
|
|
pkg: postgresql-server
|
|
pkg_client: postgresql
|
|
pkg_repo: pgdg94
|
|
repo_baseurl: http://yum.postgresql.org/9.4/redhat/rhel-$releasever-$basearch
|
|
Arch: {}
|
|
Debian:
|
|
pkg_repo_file: /etc/apt/sources.list.d/pgdg.list
|
|
pkg_libpq_dev: libpq-dev
|
|
Suse:
|
|
commands:
|
|
initdb: initdb /var/lib/pgsql/data
|
|
pkg: postgresql-server
|
|
pkg_client: postgresql
|
|
FreeBSD:
|
|
user: pgsql
|
|
OpenBSD:
|
|
user: _postgresql
|