From 318716f3425a1d818e0633453a1d27a68d2f7f5f Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Fri, 9 Nov 2012 12:31:40 -0500 Subject: removed dry_run from pkispawn Ticket 411 --- base/deploy/src/scriptlets/configuration.jy | 2 -- 1 file changed, 2 deletions(-) (limited to 'base/deploy/src/scriptlets/configuration.jy') diff --git a/base/deploy/src/scriptlets/configuration.jy b/base/deploy/src/scriptlets/configuration.jy index 7180c4546..bf89a0170 100644 --- a/base/deploy/src/scriptlets/configuration.jy +++ b/base/deploy/src/scriptlets/configuration.jy @@ -69,14 +69,12 @@ def main(argv): # Initialize token jyutil.security_databases.initialize_token( master['pki_client_database_dir'], - master['pki_dry_run_flag'], master['pki_jython_log_level']) # Log into token token = jyutil.security_databases.log_into_token( master['pki_client_database_dir'], master['pki_client_password_conf'], - master['pki_dry_run_flag'], master['pki_jython_log_level']) # Setup connection parameters -- cgit