Fix regression: ipa-dns-install will add CA records if required

https://fedorahosted.org/freeipa/ticket/5101

Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
Martin Basti 2015-07-07 16:28:48 +02:00 committed by Tomas Babej
parent 462e0b9eb1
commit 1d9bdb2409

View File

@ -120,7 +120,7 @@ def main():
api.Backend.ldap2.connect(autobind=True)
options.setup_ca = False
options.setup_ca = None # must be None to enable autodetection
dns_installer.install_check(True, False, options, hostname=api.env.host)
dns_installer.install(True, False, options)