Bug #3704
Foreman-installer options -manage needs a true argument
Description
Specifing --foreman-proxy-dns-manage and alike need a true or false argument otherwise you'll get an error, namely ERROR: too many arguments but no error in foreman-installer.log.
Related issues
History
#1
Updated by Dominic Cleal over 8 years ago
- Project changed from Foreman to Kafo
- Legacy Backlogs Release (now unused) deleted (
1)
#2
Updated by Joop van de Wege over 8 years ago
Commandline used:
foreman-installer --foreman-proxy-dhcp true --foreman-proxy-dhcp-gateway 192.168.1.1 --foreman-proxy-dhcp-interface eth0 --foreman-proxy-dhcp-managed --foreman-proxy-dns true --foreman-proxy-dns-interface eth0 --foreman-proxy-dns-managed --foreman-proxy-dns-reverse '1.168.192.in-addr.arpa' --foreman-proxy-dns-zone foreman.local
Bold arguments are missing true/false.
#3
Updated by Marek Hulán over 8 years ago
- Priority changed from Normal to Low
Setting priority to low since there is a way how to set booleans. Also not sure about changing current behaviour, since we need to parse true, false or UNSET. And I prefer parsing same values as we do in interactive mode.
#4
Updated by Dominic Cleal about 6 years ago
- Related to Feature #6138: [RFE] Issue a warning when any parameter starts with doubledashes added