summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/server/replicainstall.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipaserver/install/server/replicainstall.py')
-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: