summaryrefslogtreecommitdiffstats
path: root/base/server/python/pki/server/deployment/scriptlets/subsystem_layout.py
diff options
context:
space:
mode:
Diffstat (limited to 'base/server/python/pki/server/deployment/scriptlets/subsystem_layout.py')
-rw-r--r--base/server/python/pki/server/deployment/scriptlets/subsystem_layout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/server/python/pki/server/deployment/scriptlets/subsystem_layout.py b/base/server/python/pki/server/deployment/scriptlets/subsystem_layout.py
index 432fba9ca..324accad0 100644
--- a/base/server/python/pki/server/deployment/scriptlets/subsystem_layout.py
+++ b/base/server/python/pki/server/deployment/scriptlets/subsystem_layout.py
@@ -51,7 +51,7 @@ class PkiScriptlet(pkiscriptlet.AbstractBasePkiScriptlet):
# deployer.directory.copy(
# deployer.mdict['pki_source_conf_path'],
# deployer.mdict['pki_subsystem_configuration_path'])
- # establish instance-based Apache/Tomcat specific subsystems
+ # establish instance-based Tomcat specific subsystems
if deployer.mdict['pki_subsystem'] in config.PKI_TOMCAT_SUBSYSTEMS:
# establish instance-based Tomcat PKI subsystem base
if deployer.mdict['pki_subsystem'] == "CA":