From 97351de5cc2406a08e9148f5988d7b6fd970fea0 Mon Sep 17 00:00:00 2001 From: Alex Iribarren <Alex.Iribarren@cern.ch> Date: Wed, 3 Nov 2021 12:44:19 +0100 Subject: [PATCH] Make it clear that both keys are used --- prod.repos.d/puppetlabs.repo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/prod.repos.d/puppetlabs.repo b/prod.repos.d/puppetlabs.repo index e4917df..90516c1 100644 --- a/prod.repos.d/puppetlabs.repo +++ b/prod.repos.d/puppetlabs.repo @@ -2,27 +2,27 @@ [puppet6_el7] name=Puppet 6 Repository el 7 - x86_64 baseurl=http://yum.puppetlabs.com/puppet6/el/7/x86_64/ -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406 enabled=1 gpgcheck=1 [puppet6_el8] name=Puppet 6 Repository el 8 - x86_64 baseurl=http://yum.puppetlabs.com/puppet6/el/8/x86_64/ -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406 enabled=1 gpgcheck=1 [puppet7_el7] name=Puppet 7 Repository el 7 - x86_64 baseurl=http://yum.puppetlabs.com/puppet7/el/7/x86_64/ -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406 enabled=1 gpgcheck=1 [puppet7_el8] name=Puppet 7 Repository el 8 - x86_64 baseurl=http://yum.puppetlabs.com/puppet7/el/8/x86_64/ -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406 enabled=1 gpgcheck=1 -- GitLab