From 17a0ed476c206cea4e72a262da6392f9c2ad2eff Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Wed, 3 May 2017 15:29:55 +0200 Subject: [PATCH] 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 --- ipaserver/install/ipa_kra_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipaserver/install/ipa_kra_install.py b/ipaserver/install/ipa_kra_install.py index 25766541df53f034a813487321a3ad6a0ae43e57..b06d49c834d0ffa4f2e35c3241a83e42c4c9c337 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): -- 2.12.2