Bug #3704
openForeman-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.
Updated by Dominic Cleal over 11 years ago
- Project changed from Foreman to Kafo
- Translation missing: en.field_release deleted (
1)
Updated by Joop van de Wege over 11 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.
Updated by Marek Hulán over 11 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.
Updated by Dominic Cleal almost 9 years ago
- Related to Feature #6138: [RFE] Issue a warning when any parameter starts with doubledashes added