summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/scriptlets/pkihelper.py
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2012-09-11 15:42:36 -0400
committerAde Lee <alee@redhat.com>2012-09-12 21:39:47 -0400
commitd7b67c5ba1cf193c50cd46ec4bdef79646bce1af (patch)
treead1c6a592d2ca7538b97115ef8c4bd3daa36f793 /base/deploy/src/scriptlets/pkihelper.py
parentedd986d94f173ea9f63f105eaf0039327bc6f2e9 (diff)
downloadpki-d7b67c5ba1cf193c50cd46ec4bdef79646bce1af.tar.gz
pki-d7b67c5ba1cf193c50cd46ec4bdef79646bce1af.tar.xz
pki-d7b67c5ba1cf193c50cd46ec4bdef79646bce1af.zip
Various fixes to installation servlet and pki-deploy
Added logging so that we can see what is passed in to server from pkispawn. Fixed incorrect dbuser specification. Added required replication config items to pkispawn. Initial refactoring of construct_pki_configuration_data in pkijython.py
Diffstat (limited to 'base/deploy/src/scriptlets/pkihelper.py')
-rw-r--r--base/deploy/src/scriptlets/pkihelper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/deploy/src/scriptlets/pkihelper.py b/base/deploy/src/scriptlets/pkihelper.py
index 038198ad3..adbbe7cb5 100644
--- a/base/deploy/src/scriptlets/pkihelper.py
+++ b/base/deploy/src/scriptlets/pkihelper.py
@@ -2562,7 +2562,7 @@ class security_domain:
log.PKIHELPER_SECURITY_DOMAIN_UPDATE_FAILURE_3,
typeval,
secname,
- error[0],
+ error,
extra=config.PKI_INDENTATION_LEVEL_2)
if critical_failure == True:
sys.exit(-1)