From 02553ce7d67a3cd63f71c684efb45f59743df5d3 Mon Sep 17 00:00:00 2001 From: Stephen Benjamin Date: Tue, 23 Aug 2016 13:03:55 -0400 Subject: [PATCH] refs #10283 - mark parameters advanced Anything other than "Parameters" are not shown by default in Kafo help. This makes the installer help shorter, and reduces the chance users will change options that really shouldn't be changed unless you really really really know what you're doing. --- manifests/init.pp | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index c7692e8b..a8b19812 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -6,11 +6,25 @@ # # === Parameters: # -# $log_dir:: When the log files should go -# # $node_fqdn:: The fqdn of the host the generated certificates # should be for # +# $server_ca_cert:: Path to the CA that issued the ssl certificates for https +# if not specified, the default CA will be used +# +# $server_cert:: Path to the ssl certificate for https +# if not specified, the default CA will generate one +# +# $server_key:: Path to the ssl key for https +# if not specified, the default CA will generate one +# +# $server_cert_req:: Path to the ssl certificate request for https +# if not specified, the default CA will generate one +# +# === Advanced parameters: +# +# $log_dir:: Where the log files should go +# # $generate:: Should the generation of the certs be part of the # configuration # type: boolean @@ -50,25 +64,13 @@ # $ca_expiration:: Ca expiration attribute for managed certificates # type: string # -# $server_ca_cert:: Path to the CA that issued the ssl certificates for https -# if not specified, the default CA will be used -# -# $server_cert:: Path to the ssl certificate for https -# if not specified, the default CA will generate one -# -# $server_key:: Path to the ssl key for https -# if not specified, the default CA will generate one -# -# $server_cert_req:: Path to the ssl certificate request for https -# if not specified, the default CA will generate one -# # $pki_dir:: The PKI directory under which to place certs # # $ssl_build_dir:: The directory where SSL keys, certs and RPMs will be generated # -# $user:: The system user name who should own the certs; +# $user:: The system user name who should own the certs # -# $group:: The group who should own the certs; +# $group:: The group who should own the certs # # $default_ca_name:: The name of the default CA #