mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
Fix DNS records installation for replicas
Ticket: https:/fedorahosted.org/freeipa/ticket/5116 Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
c701ab612d
commit
ca6947da6f
@ -503,9 +503,9 @@ def install_check(installer):
|
||||
if options.setup_dns:
|
||||
dns.install_check(False, True, options, config.host_name)
|
||||
else:
|
||||
installutils.get_server_ip_address(config.host_name, fstore,
|
||||
not installer.interactive, False,
|
||||
options.ip_addresses)
|
||||
config.ips = installutils.get_server_ip_address(
|
||||
config.host_name, fstore, not installer.interactive, False,
|
||||
options.ip_addresses)
|
||||
|
||||
# check connection
|
||||
if not options.skip_conncheck:
|
||||
|
Loading…
Reference in New Issue
Block a user