From 065d883a5595154ec4ca91e890aa380e3bf1d6b2 Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Mon, 3 Dec 2012 12:08:58 -0500 Subject: Use interpolation to build default parameters This patch replaces the code in pkiparser with defaults that are built up using ConfigParser interpolation. The patch gets most (but not all) default parameters. --- base/deploy/src/scriptlets/pkiconfig.py | 1 - 1 file changed, 1 deletion(-) (limited to 'base/deploy/src/scriptlets/pkiconfig.py') diff --git a/base/deploy/src/scriptlets/pkiconfig.py b/base/deploy/src/scriptlets/pkiconfig.py index 35c80a5f7..ec6c5ea38 100644 --- a/base/deploy/src/scriptlets/pkiconfig.py +++ b/base/deploy/src/scriptlets/pkiconfig.py @@ -205,7 +205,6 @@ pki_console_log_level = None # PKI Deployment Global Dictionaries pki_default_dict = None -pki_common_dict = None pki_web_server_dict = None pki_subsystem_dict = None pki_master_dict = None -- cgit