From a4410b41f8dc58b81f02ccc42483dcfe63ddede9 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: May 03 2017 14:32:05 +0000 Subject: kra install: update installation failure message When installation fails, do not advise the user to use the obsoleted --uninstall option. Signed-off-by: Tomas Krizek Fixes https://pagure.io/freeipa/issue/6923 Reviewed-By: Martin Basti --- diff --git a/ipaserver/install/ipa_kra_install.py b/ipaserver/install/ipa_kra_install.py index 2576654..b06d49c 100644 --- a/ipaserver/install/ipa_kra_install.py +++ b/ipaserver/install/ipa_kra_install.py @@ -103,7 +103,7 @@ class KRAInstaller(KRAInstall): FAIL_MESSAGE = ''' Your system may be partly configured. - Run ipa-kra-install --uninstall to clean up. + If you run into issues, you may have to re-install IPA on this server. ''' def validate_options(self, needs_root=True):