From 0fa6c4d96ef2a55f853eedf3fb89433863e29ddf 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 8b1cb63..65f7461 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):