Project

General

Profile

Feature #36688

Updated by Markus Reisner over 1 year ago

h1. 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). 

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

Back