Actions
Refactor #29602
closedDrop repository management parameters from the installer
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman modules
Target version:
-
Difficulty:
Triaged:
No
Description
Currently we have --foreman-repo, --foreman-gpgcheck, --foreman-configure-epel-repo and --foreman-configure-scl-repo but the installer itself nowadays requires the SCL repo. EPEL is not really used anymore. That only leaves the repo itself and it's better to recommend users to use the foreman-release RPM for that.
There are also similar parameters on the Proxy which is even more confusing because they come from the same repo, but you end up with the same yumrepo/apt files duplicated.
Moving it to a standalone class for Puppet users is a good solution.
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ewoud Kohl van Wijngaarden
- Pull request https://github.com/theforeman/puppet-foreman/pull/815 added
Updated by Ewoud Kohl van Wijngaarden almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-foreman|475afc0a3809fba31eb358cbeae320afec23107b.
Updated by The Foreman Bot over 4 years ago
- Pull request https://github.com/theforeman/foreman-installer/pull/525 added
Actions