From 8acab668775a85931c33e68eb79b2cf822b7c631 Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Fri, 1 Feb 2013 14:21:25 -0500 Subject: Change pkidestroy to get an install token and use admin interface to update security domain. --- base/deploy/src/scriptlets/pkimessages.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'base/deploy/src/scriptlets/pkimessages.py') diff --git a/base/deploy/src/scriptlets/pkimessages.py b/base/deploy/src/scriptlets/pkimessages.py index 3a6bec1e3..c16d3ce46 100644 --- a/base/deploy/src/scriptlets/pkimessages.py +++ b/base/deploy/src/scriptlets/pkimessages.py @@ -232,6 +232,8 @@ PKIHELPER_RM_RF_1 = "rm -rf %s" PKIHELPER_RMDIR_1 = "rmdir %s" PKIHELPER_SECURITY_DOMAIN_CONTACT_1 =\ "contacting the security domain master to update security domain '%s'" +PKIHELPER_SECURITY_DOMAIN_GET_TOKEN_FAILURE_2 =\ + "Failed to get installation token from security domain '%s:%s'" PKIHELPER_SECURITY_DOMAIN_UNDEFINED =\ "No security domain defined.\n"\ "If this is an unconfigured instance, then that is OK.\n"\ -- cgit