Actions
Feature #36688
closedProvide option to use wget for the new Register Host feature
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Host registration
Target version:
-
Difficulty:
Triaged:
No
Pull request:
Description
Current state¶
The Register hosts page uses curl
for registering hosts. This seems to be a good approach for EL based systems as most of these come with curl
preinstalled. On Debian based systems this is not always the case (at least for recent versions of Debian and Ubuntu).
Proposal¶
This feature request aims to provide an option to use wget
for registering hosts as wget
is as widely used as curl
. By this system administrators that only have wget
installed are not forced to also install curl
anymore.
Actions