Skip to content

GPG Key no longer valid for RPMS #1565

Closed
@jonathannewman

Description

@jonathannewman

Describe the Bug

Postgres org changed all the GPG keys as of January 3rd, so the Postgres module is no longer able to install Postgres on some centos based platforms.

e.g.

The GPG keys listed for the "PostgreSQL 11 7 - x86_64" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.

See https://yum.postgresql.org/news/pgdg-rpm-repo-gpg-key-update/

Expected Behavior

GPG key validation works.

Steps to Reproduce

On a new centos 7 system:

sudo rpm -Uvh https://yum.puppet.com/puppet7-release-el-7.noarch.rpm
yum install ca-certificates
yum install puppet
puppet module install puppetlabs-postgresql
puppet apply --execute "class { 'postgresql::globals': manage_package_repo => true, version=> '14' } class { 'postgresql::server':}"

Environment

  • Platform centos7, redhat 7, redhat 8, almalinux8, rocky8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions