fix: updated gpg key for psql repos

This commit is contained in:
Ben Vincent 2024-03-10 16:18:03 +11:00
parent fd5dbb7813
commit bca5d32793

View File

@ -70,11 +70,11 @@ profiles::reposync::repos_list:
osname: 'postgresql' osname: 'postgresql'
release: 'rhel8' release: 'rhel8'
baseurl: 'https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-8-x86_64/' baseurl: 'https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-8-x86_64/'
gpgkey: 'https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG' gpgkey: 'https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL'
postgresql_rhel8_16: postgresql_rhel8_16:
repository: '16' repository: '16'
description: 'PostgreSQL 16 RHEL 8' description: 'PostgreSQL 16 RHEL 8'
osname: 'postgresql' osname: 'postgresql'
release: 'rhel8' release: 'rhel8'
baseurl: 'https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-8-x86_64/' baseurl: 'https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-8-x86_64/'
gpgkey: 'https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG' gpgkey: 'https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL'