summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/scriptlets/infrastructure_layout.py
diff options
context:
space:
mode:
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):