freeipa/ipaserver/install/server
Rob Crittenden 9b7a152e95 Pass a list of values into add_master_dns_records
During replica installation the local IP addresses should be
added to DNS but will fail because a string is being passed
to an argument expecting a list. Convert to a list before
passing in individual IPs.

Discovered when fixing https://pagure.io/freeipa/issue/7408

Signed-off-by: Rob Crittenden <rcritten@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
2018-11-01 13:08:58 +01:00
..
__init__.py Remove DL0 specific code from __init__ in ipaserver/install/server 2018-09-12 13:11:21 +02:00
install.py Remove options.promote from install in ipaserver/install/server/install 2018-09-12 13:11:21 +02:00
replicainstall.py Pass a list of values into add_master_dns_records 2018-11-01 13:08:58 +01:00
upgrade.py Fix pylint 2.0 return-related violations 2018-07-11 10:11:38 +02:00