From 6260aca7bf54b5406db24ff368b52363a3c9ea28 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Tue, 18 Dec 2012 14:46:41 -0500 Subject: WIP --- base/deploy/src/scriptlets/pkiconfig.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (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 7b20e474a..d85c4f140 100644 --- a/base/deploy/src/scriptlets/pkiconfig.py +++ b/base/deploy/src/scriptlets/pkiconfig.py @@ -125,15 +125,18 @@ pki_deployment_executable = None # PKI Deployment "Mandatory" Command-Line Variables pki_subsystem = None -# 'pkispawn' ONLY default_deployment_cfg = None user_deployment_cfg = None -# 'pkidestroy' ONLY -pki_deployed_instance_name = None +pki_instance_name = None # PKI Deployment "Optional" Command-Line Variables # 'pkispawn' ONLY pki_update_flag = False +pki_http_port = None +pki_https_port = None +pki_admin_user_name = None +pki_admin_password = None +pki_security_domain_name = None # PKI Deployment "Test" Command-Line Variables pki_root_prefix = None -- cgit