GPG Key Outdated on Tag 8.2.1
Describe the Bug
Tag 8.2.1 uses the old GPG for the repository in files/RPM-GPG-KEY-PGDG that changed in January 2024
Expected Behavior
The file to be correct, so that the module works correctly when it installs postgres
Steps to Reproduce
Steps to reproduce the behavior: Install 8.2.1 tag for puppet. Run the agent on client. Fails for GPG mismatch.
Environment
- Main Branch Tag V.8.2.1
Additional Context
I've tried to submit pull requests to main tag/v8.2.1 and to the gpg_backport_branch and I get 403. There are dependencies we require for the stdlib which breaks after v8.2.1 and therefore would like to either have a tag for v8.2.2 or just to modify tag v8.2.1.
Please let me know if there is a way I can do this. As I've mentioned I don't have the authorization to submit a PR for this and also the contrib link in the contribute.md is 404ing. I'd like to help out if I can.
Hi, I believe this has been managed on #1566
Hi All,
When we installed module using command 'puppet module install puppetlabs-postgresql --version 8.2.1' then module having different file modules/postgresql/files/RPM-GPG-KEY-PGDG content then module project git URL https://github.com/puppetlabs/puppetlabs-postgresql/blob/main/files/RPM-GPG-KEY-PGDG
#puppet module list
/etc/puppetlabs/code/environments/production/modules
├── puppetlabs-apt (v9.0.2)
├── puppetlabs-concat (v7.4.0)
├── puppetlabs-postgresql (v8.2.1)
└── puppetlabs-stdlib (v8.6.0)
/etc/puppetlabs/code/modules (no modules installed)
/opt/puppetlabs/puppet/modules (no modules installed)
#
#md5sum /etc/puppetlabs/code/environments/production/modules/postgresql/files/RPM-GPG-KEY-PGDG
78b5db170d33f80ad5a47863a7476b22 /etc/puppetlabs/code/environments/production/modules/postgresql/files/RPM-GPG-KEY-PGDG
#
# wget https://raw.githubusercontent.com/puppetlabs/puppetlabs-postgresql/main/files/RPM-GPG-KEY-PGDG
--2024-08-28 12:40:11-- https://raw.githubusercontent.com/puppetlabs/puppetlabs-postgresql/main/files/RPM-GPG-KEY-PGDG
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.108.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2483 (2.4K) [text/plain]
Saving to: 'RPM-GPG-KEY-PGDG'
RPM-GPG-KEY-PGDG 100%[=======================================================================================================================>] 2.42K --.-KB/s in 0s
2024-08-28 12:40:12 (54.9 MB/s) - 'RPM-GPG-KEY-PGDG' saved [2483/2483]
#
# md5sum RPM-GPG-KEY-PGDG
0ff0abe1d82b3545361f3bc5379cdbab RPM-GPG-KEY-PGDG
#
Version 8.2.1 is no longer supported. It is resolved in #1566 so you'll need to update to at least 10.0.3.