summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/scriptlets/pkihelper.py
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-12-18 14:46:41 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-12-18 14:46:41 -0500
commit6260aca7bf54b5406db24ff368b52363a3c9ea28 (patch)
treed2ba8cb388facb4f963cfd890914cd935389bbe0 /base/deploy/src/scriptlets/pkihelper.py
parent6e77f338ca848ec204a666b1a39bfcbc6c05301c (diff)
downloadpki-6260aca7bf54b5406db24ff368b52363a3c9ea28.tar.gz
pki-6260aca7bf54b5406db24ff368b52363a3c9ea28.tar.xz
pki-6260aca7bf54b5406db24ff368b52363a3c9ea28.zip
Diffstat (limited to 'base/deploy/src/scriptlets/pkihelper.py')
-rw-r--r--base/deploy/src/scriptlets/pkihelper.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/deploy/src/scriptlets/pkihelper.py b/base/deploy/src/scriptlets/pkihelper.py
index 1eb7b51e6..ca0227f7e 100644
--- a/base/deploy/src/scriptlets/pkihelper.py
+++ b/base/deploy/src/scriptlets/pkihelper.py
@@ -792,11 +792,11 @@ class configuration_file:
# Silently verify that the command-line parameters match the values
# that are present in the corresponding configuration file
if master['pki_deployment_executable'] == 'pkidestroy':
- if master['pki_deployed_instance_name'] !=\
+ if master['pki_instance_name'] !=\
master['pki_instance_id']:
config.pki_log.error(
log.PKIHELPER_COMMAND_LINE_PARAMETER_MISMATCH_2,
- master['pki_deployed_instance_name'],
+ master['pki_instance_name'],
master['pki_instance_id'],
extra=config.PKI_INDENTATION_LEVEL_2)
sys.exit(1)