postgres-formula/postgres/defaults.yaml
Tim Goodaire 8a4eb569f4 - Added initdb_user configuration, renamed postgres_user and postgres_group to user and group
- 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
2016-05-23 15:02:26 -04:00

25 lines
550 B
YAML

postgres:
pkg: postgresql
pkg_dev: postgresql-devel
pkg_libpq_dev: postgresql-libs
pkg_client: postgresql-client
pkgs_extra:
python: python-psycopg2
service: postgresql
conf_dir: /var/lib/pgsql/data
create_cluster: False
init_db: False
version: 9.1
use_upstream_repo: False
users: {}
acls: []
databases: {}
tablespaces: {}
postgresconf_backup: True
postgresconf: ""
pg_hba.conf: salt://postgres/pg_hba.conf
commands:
initdb: service postgresql initdb
initdb_user: root
user: postgres
group: postgres