mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed the catch of the hostname option during ipa-server-install
Originally ipa-server-install would still prompt for the hostname even if it's supplied in the initial installation command. Ticket: https://fedorahosted.org/freeipa/ticket/2692
This commit is contained in:
@@ -760,7 +760,7 @@ def main():
|
||||
host_default = get_fqdn()
|
||||
|
||||
try:
|
||||
if options.unattended:
|
||||
if options.unattended or options.host_name:
|
||||
verify_fqdn(host_default,options.no_host_dns)
|
||||
host_name = host_default
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user