Skip to content

Commit

Permalink
refs #10283 - mark parameters advanced (#101)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stbenjam authored Nov 14, 2016
2 parents 02fdeca + 02553ce commit 069c196
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
#
Expand Down

0 comments on commit 069c196

Please sign in to comment.