Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] [CRITICAL] postgres96 NOT FOUND ERROR #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions group_vars/local
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ python_gdata_rpm_name: python-gdata-2.0.11-1.el6.noarch.rpm
python_gdata_rpm_url: "{{bahmni_repo_url}}/{{python_gdata_rpm_name}}"
python_gdata_rpm_location: "{{download_folder}}/{{ python_gdata_rpm_name}}"

postgres_repo_rpm_name: pgdg-redhat-repo-42.0-23.noarch.rpm
postgres_repo_download_url: https://yum.postgresql.org/common/redhat/rhel-7-x86_64/pgdg-redhat-repo-42.0-23.noarch.rpm
postgres_repo_rpm_name: pgdg-redhat96-9.6-3.noarch.rpm
postgres_repo_download_url: https://repo.nrg.wustl.edu/postgres/9.6/redhat/rhel-6-x86_64/pgdg-redhat96-9.6-3.noarch.rpm
postgres_repo_rpm_location: "{{download_folder}}/{{ postgres_repo_rpm_name}}"
postgres_version: 9.6
postgres_bin_version: 96
Expand Down