Skip to content

Commit

Permalink
Update Red Hat GPG Key URL (#116)
Browse files Browse the repository at this point in the history
The location to the GPG Key has changed since Sept 3
  • Loading branch information
r0x0d authored Sep 4, 2024
1 parent 1f50fbb commit b294eef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion convert2rhel_insights_tasks/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion playbooks/convert-to-rhel-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion playbooks/convert-to-rhel-conversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b294eef

Please sign in to comment.