postgres-formula/postgres/defaults.yaml
Brian Jackson 967fa6504b Switch to new style map.jinja
Move this formula to the new style map.jinja. Still need to sort out RedHat
handling, but it's not any worse than it was before (i.e. horribly broken)
2015-04-22 17:47:02 -05:00

18 lines
419 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: {}
postgresconf: ""
pg_hba.conf: salt://postgres/pg_hba.conf