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:
Simo Sorce 2015-07-10 12:58:19 -04:00 committed by Jan Cholasta
parent c701ab612d
commit ca6947da6f

View File

@ -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: