URL: https://github.com/freeipa/freeipa/pull/759
Author: tomaskrizek
 Title: #759: kra install: update installation failure message
Action: opened

PR body:
"""
When installation fails, do not advise the user to use the
obsoleted --uninstall option.

Signed-off-by: Tomas Krizek <tkri...@redhat.com>
Fixes https://pagure.io/freeipa/issue/6923
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/759/head:pr759
git checkout pr759
From b37cd02f8852b87648f0d5bae78cecb51807e711 Mon Sep 17 00:00:00 2001
From: Tomas Krizek <tkri...@redhat.com>
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 <tkri...@redhat.com>
Fixes https://pagure.io/freeipa/issue/6923
---
 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 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):
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to