summaryrefslogtreecommitdiffstats
path: root/ipaserver
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-07-10 12:58:19 -0400
committerJan Cholasta <jcholast@redhat.com>2015-07-14 10:50:36 +0000
commit97f099b8a26ffdd68f3928ae5f77a06752bd2bf7 (patch)
tree8cea3fa747afed3aa3a725be1d25d55ee076fe09 /ipaserver
parentd98aa76b26daf461f19d733fedc4bd9a8c36f05f (diff)
downloadfreeipa-97f099b8a26ffdd68f3928ae5f77a06752bd2bf7.tar.gz
freeipa-97f099b8a26ffdd68f3928ae5f77a06752bd2bf7.tar.xz
freeipa-97f099b8a26ffdd68f3928ae5f77a06752bd2bf7.zip
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>
Diffstat (limited to 'ipaserver')
-rw-r--r--ipaserver/install/server/replicainstall.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipaserver/install/server/replicainstall.py b/ipaserver/install/server/replicainstall.py
index a78eeb331..1ad291a1e 100644
--- a/ipaserver/install/server/replicainstall.py
+++ b/ipaserver/install/server/replicainstall.py
@@ -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: