Actions
Bug #31568
closedpuppetlabs_repo snippet incorrectly references puppet release files as puppetlabs-release rather than puppet-release
Difficulty:
trivial
Triaged:
Yes
Bugzilla link:
Pull request:
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.
Updated by The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8226 added
Updated by The Foreman Bot almost 4 years ago
- Pull request https://github.com/theforeman/foreman/pull/8227 added
Updated by Ewoud Kohl van Wijngaarden almost 4 years ago
- Triaged changed from No to Yes
- Pull request deleted (
https://github.com/theforeman/foreman/pull/8226)
Updated by Tomer Brisker almost 4 years ago
- Fixed in Releases 2.2.3, 2.3.2 added
Updated by Matt Darcy almost 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|44e8b4debf408fc9ee3e88cf2ada0bbc19f2059c.
Actions