summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/scriptlets/infrastructure_layout.py
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2012-11-09 10:11:35 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-11-10 00:35:26 -0500
commit2951714536e80ab5adfe1d442f347e13d8f79f67 (patch)
tree531c813f82a081d3511f987892bc897cef5e407a /base/deploy/src/scriptlets/infrastructure_layout.py
parent6a1cf64466076d13a7ffbb76026d9eaed6a56505 (diff)
downloadpki-2951714536e80ab5adfe1d442f347e13d8f79f67.tar.gz
pki-2951714536e80ab5adfe1d442f347e13d8f79f67.tar.xz
pki-2951714536e80ab5adfe1d442f347e13d8f79f67.zip
Remove unused respawn code.
Ticket 412
Diffstat (limited to 'base/deploy/src/scriptlets/infrastructure_layout.py')
-rw-r--r--base/deploy/src/scriptlets/infrastructure_layout.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/base/deploy/src/scriptlets/infrastructure_layout.py b/base/deploy/src/scriptlets/infrastructure_layout.py
index 3faa0b9b9..d4dc264fd 100644
--- a/base/deploy/src/scriptlets/infrastructure_layout.py
+++ b/base/deploy/src/scriptlets/infrastructure_layout.py
@@ -84,16 +84,6 @@ class PkiScriptlet(pkiscriptlet.AbstractBasePkiScriptlet):
def respawn(self):
config.pki_log.info(log.ADMIN_DOMAIN_RESPAWN_1, __name__,
extra=config.PKI_INDENTATION_LEVEL_1)
- # update top-level infrastructure base
- util.directory.modify(master['pki_path'])
- # update top-level infrastructure logs
- util.directory.modify(master['pki_log_path'])
- # update top-level infrastructure configuration
- if master['pki_configuration_path'] !=\
- config.PKI_DEPLOYMENT_CONFIGURATION_ROOT:
- util.directory.modify(master['pki_configuration_path'])
- # update top-level infrastructure registry
- util.directory.modify(master['pki_registry_path'])
return self.rv
def destroy(self):