Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Update postgres RPM GPG key (#17)
Browse files Browse the repository at this point in the history
Fixes #16 

- the GPG key for the latest version of the postgres RPM has moved to a
new location - update `postgresql_rpm_gpg_key_pgdg` to reflect this
  • Loading branch information
p-j-smith authored Jan 3, 2024
1 parent 577e443 commit 3e296d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ xnat_home_dir: "{{ xnat_root_dir }}/home"
database_server_certificate_cache_filename: "{{ ansible_cache_dir }}/pg_certificates/{{ xnat_db.host }}.pg.server.crt"
database_client_certificate_cache_filename: "{{ ansible_cache_dir }}/pg_certificates/{{ xnat_db.host }}.pg.client.crt"

postgresql_rpm_gpg_key_pgdg: "https://www.postgresql.org/download/keys/RPM-GPG-KEY-PGDG"
postgresql_rpm_gpg_key_pgdg: "https://apt.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL"

# mirsg.infrastructure.postgresql - download and install - we need to do this on both the web server and the db
postgresql_install:
Expand Down

0 comments on commit 3e296d9

Please sign in to comment.