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