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.
Actions