mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
22 lines
495 B
YAML
22 lines
495 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
|