From ffea6de5f4795cd9f6557e775c82a0342636b736 Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Tue, 18 Dec 2012 13:15:14 -0500 Subject: 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. --- base/deploy/src/scriptlets/finalization.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'base/deploy/src/scriptlets/finalization.py') diff --git a/base/deploy/src/scriptlets/finalization.py b/base/deploy/src/scriptlets/finalization.py index fa8a31e1f..8fe643e15 100644 --- a/base/deploy/src/scriptlets/finalization.py +++ b/base/deploy/src/scriptlets/finalization.py @@ -47,8 +47,6 @@ class PkiScriptlet(pkiscriptlet.AbstractBasePkiScriptlet): extra=config.PKI_INDENTATION_LEVEL_1) # For debugging/auditing purposes, save a timestamped copy of # this configuration file in the subsystem archive - util.file.copy(master['pki_default_deployment_cfg_replica'], - master['pki_default_deployment_cfg_spawn_archive']) util.file.copy(master['pki_user_deployment_cfg_replica'], master['pki_user_deployment_cfg_spawn_archive']) # Save a copy of the installation manifest file -- cgit