483b06
From 17a0ed476c206cea4e72a262da6392f9c2ad2eff Mon Sep 17 00:00:00 2001
483b06
From: Tomas Krizek <tkrizek@redhat.com>
483b06
Date: Wed, 3 May 2017 15:29:55 +0200
483b06
Subject: [PATCH] kra install: update installation failure message
483b06
483b06
When installation fails, do not advise the user to use the
483b06
obsoleted --uninstall option.
483b06
483b06
Signed-off-by: Tomas Krizek <tkrizek@redhat.com>
483b06
Fixes https://pagure.io/freeipa/issue/6923
483b06
483b06
Reviewed-By: Martin Basti <mbasti@redhat.com>
483b06
---
483b06
 ipaserver/install/ipa_kra_install.py | 2 +-
483b06
 1 file changed, 1 insertion(+), 1 deletion(-)
483b06
483b06
diff --git a/ipaserver/install/ipa_kra_install.py b/ipaserver/install/ipa_kra_install.py
483b06
index 25766541df53f034a813487321a3ad6a0ae43e57..b06d49c834d0ffa4f2e35c3241a83e42c4c9c337 100644
483b06
--- a/ipaserver/install/ipa_kra_install.py
483b06
+++ b/ipaserver/install/ipa_kra_install.py
483b06
@@ -103,7 +103,7 @@ class KRAInstaller(KRAInstall):
483b06
 
483b06
     FAIL_MESSAGE = '''
483b06
         Your system may be partly configured.
483b06
-        Run ipa-kra-install --uninstall to clean up.
483b06
+        If you run into issues, you may have to re-install IPA on this server.
483b06
     '''
483b06
 
483b06
     def validate_options(self, needs_root=True):
483b06
-- 
483b06
2.12.2
483b06