remove an unneccesary check from IPA server uninstaller

Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
Martin Babinsky 2015-11-11 15:34:32 +01:00 committed by Jan Cholasta
parent 117bf5af8c
commit d66492c15e

View File

@ -959,13 +959,6 @@ def uninstall_check(installer):
tasks.check_selinux_status()
if options.master_password:
msg = ("WARNING:\noption '-P/--master-password' is deprecated. "
"KDC master password of sufficient strength is autogenerated "
"during IPA server installation and should not be set "
"manually.")
print(textwrap.fill(msg, width=79, replace_whitespace=False))
installer._installation_cleanup = False
if not is_ipa_configured():