mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
Add postgresql overrides for CentOS 6/7
This commit is contained in:
parent
7e7841844e
commit
ca34e0b79e
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
||||||
RedHat:
|
RedHat:
|
||||||
|
init_db: True
|
||||||
|
commands:
|
||||||
|
initdb: sudo -u postgres initdb /var/lib/pgsql/data
|
||||||
|
pkg: postgresql-server
|
||||||
|
pkg_client: postgresql
|
||||||
pkg_repo: pgdg94
|
pkg_repo: pgdg94
|
||||||
repo_baseurl: http://yum.postgresql.org/9.4/redhat/rhel-$releasever-$basearch
|
repo_baseurl: http://yum.postgresql.org/9.4/redhat/rhel-$releasever-$basearch
|
||||||
Arch: {}
|
Arch: {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue