summaryrefslogtreecommitdiffstats
path: root/base/server/python/pki/server/deployment/pkimessages.py
diff options
context:
space:
mode:
Diffstat (limited to 'base/server/python/pki/server/deployment/pkimessages.py')
-rw-r--r--base/server/python/pki/server/deployment/pkimessages.py24
1 files changed, 13 insertions, 11 deletions
diff --git a/base/server/python/pki/server/deployment/pkimessages.py b/base/server/python/pki/server/deployment/pkimessages.py
index 57752ff9f..e63bc582a 100644
--- a/base/server/python/pki/server/deployment/pkimessages.py
+++ b/base/server/python/pki/server/deployment/pkimessages.py
@@ -63,8 +63,7 @@ VERBOSITY FLAGS CONSOLE MESSAGE LEVEL LOG MESSAGE LEVEL
PKI_BADZIPFILE_ERROR_1 = "zipfile.BadZipFile: %s!"
PKI_CONFIGURATION_STANDALONE_1 = '''
Please obtain the necessary certificates for this stand-alone %s,
- and re-run the configuration for step two.
-'''
+ and re-run the configuration for step two.'''
PKI_DIRECTORY_ALREADY_EXISTS_1 = "Directory '%s' already exists!"
PKI_DIRECTORY_ALREADY_EXISTS_NOT_A_DIRECTORY_1 = \
"Directory '%s' already exists BUT it is NOT a directory!"
@@ -351,15 +350,16 @@ PKI_CONFIG_RESPONSE_STATUS = "status:"
PKI_CONFIG_NOT_YET_IMPLEMENTED_1 = " %s NOT YET IMPLEMENTED"
PKI_CHECK_STATUS_MESSAGE = '''
To check the status of the subsystem:
- systemctl status pki-tomcatd@%s.service
-'''
-PKI_ACCESS_URL = " The URL for the subsystem is: \n"\
- " https://%s:%s/%s/services"
-PKI_ACCESS_TPS_URL = " The URL for the subsystem is: \n"\
- " https://%s:%s/%s"
-PKI_INSTANCE_RESTART_MESSAGE = \
- " To restart the subsystem: \n"\
- " systemctl restart pki-tomcatd@%s.service"
+ systemctl status pki-tomcatd@%s.service'''
+PKI_ACCESS_URL = '''
+ The URL for the subsystem is:
+ https://%s:%s/%s/services'''
+PKI_ACCESS_TPS_URL = '''
+ The URL for the subsystem is:
+ https://%s:%s/%s'''
+PKI_INSTANCE_RESTART_MESSAGE = '''
+ To restart the subsystem:
+ systemctl restart pki-tomcatd@%s.service'''
PKI_SPAWN_INFORMATION_HEADER = '''
@@ -371,6 +371,8 @@ PKI_SPAWN_INFORMATION_HEADER = '''
PKI_SPAWN_INFORMATION_FOOTER = '''
==========================================================================
'''
+PKI_SYSTEM_BOOT_STATUS_MESSAGE = '''
+ PKI instances will be %s upon system boot'''
# PKI Deployment "Scriptlet" Messages