mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
Merge pull request #84 from retrry/master
Add postgresql overrides for CentOS 6/7
This commit is contained in:
commit
033e531872
1 changed files with 5 additions and 0 deletions
|
@ -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: {}
|
||||
|
|
Loading…
Add table
Reference in a new issue