postgres-formula/postgres/defaults.yaml
Brian Jackson 997bc3563a Fix backward compat
This should fix the backwards compatibility breakage. Missed in my testing
because I had a pre-existing pillar setup (from an old way I did tablespace
support).
2015-04-24 13:15:59 -05:00

19 lines
437 B
YAML

postgres:
pkg: postgresql
pkg_dev: postgresql-devel
pkg_libpq_dev: postgresql-libs
pkg_client: postgresql-client
pkg_contrib: postgresql-contrib
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: ""
pg_hba.conf: salt://postgres/pg_hba.conf