From 5bbe7cc8271f91dabeed1b35df6f6aaefd3324d9 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 5 Apr 2022 16:24:56 +0200 Subject: [PATCH] Changing YUM repo for Puppet to Puppet 7 --- files/repos-centos8/puppet.repo | 4 ++-- files/repos-el7/puppet.repo | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/repos-centos8/puppet.repo b/files/repos-centos8/puppet.repo index f62f17d..cf3179c 100644 --- a/files/repos-centos8/puppet.repo +++ b/files/repos-centos8/puppet.repo @@ -1,8 +1,8 @@ # Puppet.repo [puppet] name=Puppet Repository el 8 - $basearch -baseurl=https://repo01.pixelpark.com/Linux/yum/puppetlabs/puppet6/el/8/$basearch -gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-puppet6-release https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-2025-04-06-puppet6-release +baseurl=https://repo01.pixelpark.com/Linux/yum/puppetlabs/puppet7/el/8/$basearch +gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-2025-04-06-puppet6-release enabled=1 gpgcheck=1 diff --git a/files/repos-el7/puppet.repo b/files/repos-el7/puppet.repo index ed50a89..8e2275b 100644 --- a/files/repos-el7/puppet.repo +++ b/files/repos-el7/puppet.repo @@ -1,8 +1,8 @@ # Puppet.repo [puppet] name=Puppet Repository el 7 - $basearch -baseurl=https://repo01.pixelpark.com/Linux/yum/puppetlabs/puppet6/el/7/$basearch -gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-puppet6-release https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-2025-04-06-puppet6-release +baseurl=https://repo01.pixelpark.com/Linux/yum/puppetlabs/puppet7/el/7/$basearch +gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-2025-04-06-puppet6-release enabled=1 gpgcheck=1 -- 2.39.5