Remove redundant CA cert file existance check

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

Reviewed-By: Martin Basti <mbasti@redhat.com>
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
Stanislav Laznicka
2016-11-07 12:23:26 +01:00
committed by Jan Cholasta
parent e40d6a2a53
commit 0b68899779

View File

@@ -1310,9 +1310,6 @@ def promote_check(installer):
if add_to_ipaservers:
os.environ['KRB5CCNAME'] = ccache
if not ipautil.file_exists(cafile):
raise RuntimeError("CA cert file is not available.")
installer._ca_enabled = ca_enabled
installer._kra_enabled = kra_enabled
installer._fstore = fstore