summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/scriptlets/pkimessages.py
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2012-12-04 11:25:55 -0500
committerAde Lee <alee@redhat.com>2012-12-04 12:11:53 -0500
commita3f7d585fed02fb8b0adaf46228f23bf1275c596 (patch)
tree8013f66f46a15460a28c709f0ed07b6659fe443f /base/deploy/src/scriptlets/pkimessages.py
parent065d883a5595154ec4ca91e890aa380e3bf1d6b2 (diff)
downloadpki-a3f7d585fed02fb8b0adaf46228f23bf1275c596.tar.gz
pki-a3f7d585fed02fb8b0adaf46228f23bf1275c596.tar.xz
pki-a3f7d585fed02fb8b0adaf46228f23bf1275c596.zip
Interpolation correction patch based on review comments
Diffstat (limited to 'base/deploy/src/scriptlets/pkimessages.py')
-rw-r--r--base/deploy/src/scriptlets/pkimessages.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/base/deploy/src/scriptlets/pkimessages.py b/base/deploy/src/scriptlets/pkimessages.py
index dbfb8e1f7..8d7ba1b6e 100644
--- a/base/deploy/src/scriptlets/pkimessages.py
+++ b/base/deploy/src/scriptlets/pkimessages.py
@@ -20,9 +20,9 @@
#
# PKI Deployment Engine Messages
-PKI_DICTIONARY_COMMON ="\n"\
+PKI_DICTIONARY_DEFAULT ="\n"\
"=====================================================\n"\
-" DISPLAY CONTENTS OF PKI COMMON DICTIONARY\n"\
+" DISPLAY CONTENTS OF PKI DEFAULT DICTIONARY\n"\
"====================================================="
PKI_DICTIONARY_MASTER="\n"\
"=====================================================\n"\
@@ -137,9 +137,6 @@ PKISPAWN_EPILOG =\
" Apache: 'pki_instance_name', 'pki_http_port', and 'pki_https_port'\n"\
" Tomcat: 'pki_instance_name', 'pki_http_port', 'pki_https_port',\n"\
" 'pki_ajp_port', and 'pki_tomcat_server_port'\n\n"\
-" Optionally, the 'pki_admin_domain_name' may be changed instead of, or\n"\
-" in addition to, the 'pki_instance_name' since a PKI instance is\n"\
-" defined as '${pki_instance_name}[.${pki_admin_domain_name}]'.\n\n"\
" Finally, if an optional '-p <prefix>' is defined, this value WILL NOT\n"\
" be prepended in front of the mandatory '-f <configuration_file>'.\n\n" +\
PKI_VERBOSITY