| Puppet Version: 6 Puppet Server Version: 6.11.1 OS Name/Version: Oracle Linux 8.7 I am unable to install puppet-agent-6.* on Oracle Linux 8. When I run: rpm -Uvh https://yum.puppet.com/puppet6-release-el-8.noarch.rpm it creates a repo file called /etc/yum.repos.d/puppet6-stable.repo with the following contents:
- Puppet 6 _CODENAME_ Stable Repository deb https://apt.repos.puppet.com/puppet6 _CODENAME_ stable
This looks quite wrong to me. This was working properly as recently as yesterday Dec 7, 2022. I am able to install puppet-agent-6.* on Oracle Linux 7 using above approach with no issues.
Desired Behavior: rpm -Uvh https://yum.puppet.com/puppet6-release-el-8.noarch.rpm should create a file called /etc/yum.repos.d/puppet6.repo with the following contents:
[puppet6] |
name=Puppet 6 Repository el 8 - $basearch |
baseurl=http://yum.puppetlabs.com/puppet6/el/8/$basearch |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-2025-04-06-puppet6-release |
file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet6-release |
enabled=1 |
|