1
0
Fork 0
mirror of https://github.com/geerlingguy/ansible-role-postgresql.git synced 2025-10-30 23:27:46 -04:00

Issue #2: More large fixes for later PostgreSQL versions.

This commit is contained in:
Jeff Geerling 2016-09-29 22:58:27 -05:00
parent dbd07263e0
commit 3cb4aaaa53
9 changed files with 36 additions and 22 deletions

11
vars/RedHat-6.yml Normal file
View file

@ -0,0 +1,11 @@
---
__postgresql_version: "8.4"
__postgresql_data_dir: "/var/lib/pgsql/data"
__postgresql_bin_path: "/usr/bin"
__postgresql_config_path: "/var/lib/pgsql/data"
__postgresql_daemon: postgresql
__postgresql_packages:
- postgresql
- postgresql-server
- postgresql-contrib
- postgresql-libs