summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/scriptlets/pkiparser.py
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2012-12-18 13:15:14 -0500
committerAde Lee <alee@redhat.com>2012-12-18 21:40:40 -0500
commitffea6de5f4795cd9f6557e775c82a0342636b736 (patch)
treec876c09134b34a4c77f17cda0be3244f7261679b /base/deploy/src/scriptlets/pkiparser.py
parent0ed987de47410970bdfffb4900f46e3229c79ffb (diff)
downloadpki-ffea6de5f4795cd9f6557e775c82a0342636b736.tar.gz
pki-ffea6de5f4795cd9f6557e775c82a0342636b736.tar.xz
pki-ffea6de5f4795cd9f6557e775c82a0342636b736.zip
Revert to using default config file for pkidestroy
Previously, we archived the default config file when an instance was created, and used that file in running pkidestroy. We plan to replace this mechanism in favor of actually reading the instance's config files. For now, we return to using the standard default config template, so that we can change it without breaking pkidestroy.
Diffstat (limited to 'base/deploy/src/scriptlets/pkiparser.py')
-rw-r--r--base/deploy/src/scriptlets/pkiparser.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/base/deploy/src/scriptlets/pkiparser.py b/base/deploy/src/scriptlets/pkiparser.py
index e4a6aed85..2a4111f91 100644
--- a/base/deploy/src/scriptlets/pkiparser.py
+++ b/base/deploy/src/scriptlets/pkiparser.py
@@ -913,11 +913,6 @@ class PKIConfigParser:
config.pki_master_dict['pki_user_deployment_cfg_replica'] =\
os.path.join(config.pki_master_dict['pki_subsystem_registry_path'],
config.USER_DEPLOYMENT_CONFIGURATION)
- config.pki_master_dict['pki_default_deployment_cfg_spawn_archive'] =\
- config.pki_master_dict['pki_subsystem_archive_log_path'] + "/" +\
- "spawn" + "_" +\
- config.DEFAULT_DEPLOYMENT_CONFIGURATION + "." +\
- config.pki_master_dict['pki_timestamp']
config.pki_master_dict['pki_user_deployment_cfg_spawn_archive'] =\
config.pki_master_dict['pki_subsystem_archive_log_path'] + "/" +\
"spawn" + "_" +\