Feature #32602
closedInclude Puppet 7 repository support in provisioning snippets
Description
add provisioning and configuration support for use of the puppet 7 release and repos
In order to use the puppet 7 release add a new parameter and appropriate reference to enable the puppet 7 repos and install and configure the puppet 7 packages.
The new parameter is named puppetofficial-puppet7-repo - this is in contradiction to the existing parameters puppetlabs-puppetX-repo.
This is a conscious attempt to fix Bug #31568 without the need for migration and possible breaking changes for existing consuming by introducing a new name and reference for the puppet repos while allowing the existing ones to phase out as those release become EOL.
A bigger change is planned for a future release to move to puppet-enable and puppet-version parameter rather than repo/release names as individual parameters. This is out of scope for this change.
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8527 added
Updated by The Foreman Bot about 3 years ago
- Pull request https://github.com/theforeman/foreman/pull/8899 added
Updated by Trent Anderson almost 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|8d64e386096e846dd0a17fccc6cfed7e20748d0a.
Updated by Amit Upadhye almost 3 years ago
- Fixed in Releases 3.1.0 added
- Fixed in Releases deleted (
3.1.1)
Updated by Evgeni Golov almost 3 years ago
- Related to Bug #34214: Puppet aio detection is broken in Foreman 3.1 provisioning templates, PR#8899 is full of typos added
Updated by Amit Upadhye over 2 years ago
- Subject changed from include repo support for puppet 7 in provisioning snippets to Include Puppet 7 repository support in provisioning snippets