summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/scriptlets/pkiconfig.py
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2012-12-03 12:08:58 -0500
committerAde Lee <alee@redhat.com>2012-12-04 12:11:36 -0500
commit065d883a5595154ec4ca91e890aa380e3bf1d6b2 (patch)
tree67f95fac777fd6800560ecad4a110bc31cdc799f /base/deploy/src/scriptlets/pkiconfig.py
parent66c519f0185f24a650df834d781be2ed7ef857f7 (diff)
downloadpki-065d883a5595154ec4ca91e890aa380e3bf1d6b2.tar.gz
pki-065d883a5595154ec4ca91e890aa380e3bf1d6b2.tar.xz
pki-065d883a5595154ec4ca91e890aa380e3bf1d6b2.zip
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.
Diffstat (limited to 'base/deploy/src/scriptlets/pkiconfig.py')
-rw-r--r--base/deploy/src/scriptlets/pkiconfig.py1
1 files changed, 0 insertions, 1 deletions
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