From b294eef8629393474fc309a97a9d1d346302b45a Mon Sep 17 00:00:00 2001 From: Rodolfo Olivieri Date: Wed, 4 Sep 2024 11:39:56 -0300 Subject: [PATCH] Update Red Hat GPG Key URL (#116) The location to the GPG Key has changed since Sept 3 --- convert2rhel_insights_tasks/main.py | 2 +- playbooks/convert-to-rhel-analysis.yml | 2 +- playbooks/convert-to-rhel-conversion.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/convert2rhel_insights_tasks/main.py b/convert2rhel_insights_tasks/main.py index f1da496..d61001e 100644 --- a/convert2rhel_insights_tasks/main.py +++ b/convert2rhel_insights_tasks/main.py @@ -928,7 +928,7 @@ def main(): output = OutputCollector() gpg_key_file = RequiredFile( path="/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release", - host="https://www.redhat.com/security/data/fd431d51.txt", + host="https://security.access.redhat.com/data/fd431d51.txt", ) c2r_repo = RequiredFile( path="/etc/yum.repos.d/convert2rhel.repo", diff --git a/playbooks/convert-to-rhel-analysis.yml b/playbooks/convert-to-rhel-analysis.yml index 367bf95..19c9e8e 100644 --- a/playbooks/convert-to-rhel-analysis.yml +++ b/playbooks/convert-to-rhel-analysis.yml @@ -937,7 +937,7 @@ output = OutputCollector() gpg_key_file = RequiredFile( path="/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release", - host="https://www.redhat.com/security/data/fd431d51.txt", + host="https://security.access.redhat.com/data/fd431d51.txt", ) c2r_repo = RequiredFile( path="/etc/yum.repos.d/convert2rhel.repo", diff --git a/playbooks/convert-to-rhel-conversion.yml b/playbooks/convert-to-rhel-conversion.yml index c7b38cc..99f9c1f 100644 --- a/playbooks/convert-to-rhel-conversion.yml +++ b/playbooks/convert-to-rhel-conversion.yml @@ -937,7 +937,7 @@ output = OutputCollector() gpg_key_file = RequiredFile( path="/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release", - host="https://www.redhat.com/security/data/fd431d51.txt", + host="https://security.access.redhat.com/data/fd431d51.txt", ) c2r_repo = RequiredFile( path="/etc/yum.repos.d/convert2rhel.repo",