Bug #31568
puppetlabs_repo snippet incorrectly references puppet release files as puppetlabs-release rather than puppet-release
Pull request:
Found in Releases:
Description
the puppetlabs_repo snippet sets the repo URL to install the official puppet hosted rpm/deb repos based on the following pattern
<%= http_proxy %><%= http_port %> https://<%= repo_host %>/<%= repo_subdir %><%= repo_name %><%= repo_os %><%= os_major %>
repo_name is incorrectly referencing the legacy puppet labs naming and URL 'puppetlabs' which will cause the provisioning to fail to install puppet if certain host or global parameters are set.
Associated revisions
History
#1
Updated by The Foreman Bot about 2 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8226 added
#2
Updated by The Foreman Bot about 2 months ago
- Pull request https://github.com/theforeman/foreman/pull/8227 added
#3
Updated by Ewoud Kohl van Wijngaarden about 2 months ago
- Triaged changed from No to Yes
- Pull request deleted (
https://github.com/theforeman/foreman/pull/8226)
#4
Updated by The Foreman Bot about 2 months ago
- Fixed in Releases 2.4.0 added
#5
Updated by Tomer Brisker about 2 months ago
- Bugzilla link set to 1912704
#6
Updated by Tomer Brisker about 2 months ago
- Fixed in Releases 2.2.3, 2.3.2 added
#7
Updated by Matt Darcy about 2 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|44e8b4debf408fc9ee3e88cf2ada0bbc19f2059c.
Fixes #31568 - Use puppet-release in provisioning