From 73d10f5ba447033ba8dee2adfacd2949f1200c16 Mon Sep 17 00:00:00 2001 From: Mark Small Date: Mon, 5 May 2014 19:14:27 +0100 Subject: [PATCH] Add more certificate options. --- custom/plugins/puppet/_puppet | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/custom/plugins/puppet/_puppet b/custom/plugins/puppet/_puppet index 0f310ea10..8f0c7e07d 100644 --- a/custom/plugins/puppet/_puppet +++ b/custom/plugins/puppet/_puppet @@ -148,6 +148,21 @@ _certificate_arguments=( 'info:Print the default terminus class for this face' 'list:List all certificate signing requests' 'sign:Sign a certificate signing request for HOST' + '--render-as:FORMAT The rendering format to use' + '--verbose:Whether to log verbosely' + '--debug:Whether to log debug information' + '--ca-location: LOCATION Which certificate authority to use (local or remote)' + '--extra HASH:Extra arguments to pass to the indirection request' + '--terminus: TERMINUS The indirector terminus to use' +) + +local -a _certificate_revocation_list_arguments +_certificate_revocation_list_arguments=( + destroy Delete the certificate revocation list. + find Retrieve the certificate revocation list. + info Print the default terminus class for this face. + save Invalid for this subcommand. + search Invalid for this subcommand. ) __task_list ()