Add postgresql overrides for CentOS 6/7

This commit is contained in:
Tadas Barzdzius 2016-02-17 12:57:42 +02:00
parent 7e7841844e
commit ca34e0b79e

View file

@ -1,4 +1,9 @@
RedHat:
init_db: True
commands:
initdb: sudo -u postgres 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: {}