summaryrefslogtreecommitdiffstats
path: root/base/server/python/pki/server/deployment/scriptlets/finalization.py
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@redhat.com>2014-08-27 14:06:47 -0700
committerMatthew Harmsen <mharmsen@redhat.com>2014-08-28 15:55:14 -0700
commita1c75503d9839c5b68b42562afbc59c125fe3067 (patch)
tree5baeb8eeca2df09b202b25aea981a1b1929f36f1 /base/server/python/pki/server/deployment/scriptlets/finalization.py
parent699733f83952c52c0b1c8cd26b64943007a12d02 (diff)
downloadpki-a1c75503d9839c5b68b42562afbc59c125fe3067.tar.gz
pki-a1c75503d9839c5b68b42562afbc59c125fe3067.tar.xz
pki-a1c75503d9839c5b68b42562afbc59c125fe3067.zip
Disable PKI GUI Configuration
- PKI TRAC Ticket #1120 - Remove Firefox PKI GUI Configuration Panel Interface
Diffstat (limited to 'base/server/python/pki/server/deployment/scriptlets/finalization.py')
-rw-r--r--base/server/python/pki/server/deployment/scriptlets/finalization.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/server/python/pki/server/deployment/scriptlets/finalization.py b/base/server/python/pki/server/deployment/scriptlets/finalization.py
index d3756b7ae..c545642da 100644
--- a/base/server/python/pki/server/deployment/scriptlets/finalization.py
+++ b/base/server/python/pki/server/deployment/scriptlets/finalization.py
@@ -71,10 +71,6 @@ class PkiScriptlet(pkiscriptlet.AbstractBasePkiScriptlet):
deployer.mdict['pki_client_subsystem_dir']):
deployer.directory.delete(
deployer.mdict['pki_client_subsystem_dir'])
- # If instance has not been configured, print the
- # configuration URL to the log
- if config.str2bool(deployer.mdict['pki_skip_configuration']):
- deployer.configuration_file.log_configuration_url()
# Log final process messages
config.pki_log.info(log.PKISPAWN_END_MESSAGE_2,
deployer.mdict['pki_subsystem'],