Skip to content

Commit

Permalink
Maint: Update man pages
Browse files Browse the repository at this point in the history
Updated the man pages via the `rake gen_manpages` task.
  • Loading branch information
joshcooper committed Jan 15, 2013
1 parent 758d3a5 commit fdf1d9e
Show file tree
Hide file tree
Showing 37 changed files with 257 additions and 304 deletions.
176 changes: 81 additions & 95 deletions man/man5/puppet.conf.5

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions man/man8/extlookup2hiera.8
@@ -0,0 +1,23 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "EXTLOOKUP2HIERA" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual"
.
.SH "NAME"
\fBextlookup2hiera\fR
.
.P
Converter for extlookup CSV files into Hiera JSON and YAML files
.
.IP "" 4
.
.nf

\-i, \-\-in FILE Input CSV file
\-o, \-\-out FILE Output Hiera file
\-j, \-\-json Create JSON format file
.
.fi
.
.IP "" 0

6 changes: 3 additions & 3 deletions man/man8/puppet-agent.8
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3 .\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3
. .
.TH "PUPPET\-AGENT" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" .TH "PUPPET\-AGENT" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual"
. .
.SH "NAME" .SH "NAME"
\fBpuppet\-agent\fR \- The puppet agent daemon \fBpuppet\-agent\fR \- The puppet agent daemon
Expand Down Expand Up @@ -61,7 +61,7 @@ Provide transaction information via exit codes\. If this is enabled, an exit cod
. .
.TP .TP
\-\-digest \-\-digest
Change the certificate fingerprinting digest algorithm\. The default is MD5\. Valid values depends on the version of OpenSSL installed, but should always at least contain MD5, MD2, SHA1 and SHA256\. Change the certificate fingerprinting digest algorithm\. The default is SHA256\. Valid values depends on the version of OpenSSL installed, but will likely contain MD5, MD2, SHA1 and SHA256\.
. .
.TP .TP
\-\-disable \-\-disable
Expand Down Expand Up @@ -97,7 +97,7 @@ Where to send messages\. Choose between syslog, the console, and a log file\. De
. .
.TP .TP
\-\-no\-client \-\-no\-client
Do not create a config client\. This will cause the daemon to run without ever checking for its configuration automatically, and only makes sense when puppet agent is being run with listen = true in puppet\.conf or was started with the \fB\-\-listen\fR option\. Do not create a config client\. This will cause the daemon to start but not check configuration unless it is triggered with \fBpuppet kick\fR\. This only makes sense when puppet agent is being run with listen = true in puppet\.conf or was started with the \fB\-\-listen\fR option\.
. .
.TP .TP
\-\-noop \-\-noop
Expand Down
8 changes: 2 additions & 6 deletions man/man8/puppet-apply.8
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3 .\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3
. .
.TH "PUPPET\-APPLY" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" .TH "PUPPET\-APPLY" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual"
. .
.SH "NAME" .SH "NAME"
\fBpuppet\-apply\fR \- Apply Puppet manifests locally \fBpuppet\-apply\fR \- Apply Puppet manifests locally
Expand All @@ -10,7 +10,7 @@
Applies a standalone Puppet manifest to the local system\. Applies a standalone Puppet manifest to the local system\.
. .
.SH "USAGE" .SH "USAGE"
puppet apply [\-h|\-\-help] [\-V|\-\-version] [\-d|\-\-debug] [\-v|\-\-verbose] [\-e|\-\-execute] [\-\-detailed\-exitcodes] [\-l|\-\-logdest \fIfile\fR] [\-\-noop] [\-\-apply \fIcatalog\fR] [\-\-catalog \fIcatalog\fR] \fIfile\fR puppet apply [\-h|\-\-help] [\-V|\-\-version] [\-d|\-\-debug] [\-v|\-\-verbose] [\-e|\-\-execute] [\-\-detailed\-exitcodes] [\-l|\-\-logdest \fIfile\fR] [\-\-noop] [\-\-catalog \fIcatalog\fR] \fIfile\fR
. .
.SH "DESCRIPTION" .SH "DESCRIPTION"
This is the standalone puppet execution tool; use it to apply individual manifests\. This is the standalone puppet execution tool; use it to apply individual manifests\.
Expand Down Expand Up @@ -60,10 +60,6 @@ Execute a specific piece of Puppet code
Print extra information\. Print extra information\.
. .
.TP .TP
\-\-apply
Apply a JSON catalog (such as one generated with \'puppet master \-\-compile\')\. You can either specify a JSON file or pipe in JSON from standard input\. Deprecated, please use \-\-catalog instead\.
.
.TP
\-\-catalog \-\-catalog
Apply a JSON catalog (such as one generated with \'puppet master \-\-compile\')\. You can either specify a JSON file or pipe in JSON from standard input\. Apply a JSON catalog (such as one generated with \'puppet master \-\-compile\')\. You can either specify a JSON file or pipe in JSON from standard input\.
. .
Expand Down
13 changes: 6 additions & 7 deletions man/man8/puppet-ca.8
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3 .\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3
. .
.TH "PUPPET\-CA" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" .TH "PUPPET\-CA" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual"
. .
.SH "NAME" .SH "NAME"
\fBpuppet\-ca\fR \- Local Puppet Certificate Authority management\. \fBpuppet\-ca\fR \- Local Puppet Certificate Authority management\.
Expand All @@ -16,16 +16,12 @@ This provides local management of the Puppet Certificate Authority\.
You can use this subcommand to sign outstanding certificate requests, list and manage local certificates, and inspect the state of the CA\. You can use this subcommand to sign outstanding certificate requests, list and manage local certificates, and inspect the state of the CA\.
. .
.SH "OPTIONS" .SH "OPTIONS"
Note that any configuration parameter that\'s valid in the configuration file is also a valid long argument, although it may or may not be relevant to the present action\. For example, \fBserver\fR is a valid configuration parameter, so you can specify \fB\-\-server <servername>\fR as an argument\. Note that any configuration parameter that\'s valid in the configuration file is also a valid long argument, although it may or may not be relevant to the present action\. For example, \fBserver\fR and \fBrun_mode\fR are valid configuration parameters, so you can specify \fB\-\-server <servername>\fR, or \fB\-\-run_mode <runmode>\fR as an argument\.
. .
.P .P
See the configuration file documentation at \fIhttp://docs\.puppetlabs\.com/references/stable/configuration\.html\fR for the full list of acceptable parameters\. A commented list of all configuration options can also be generated by running puppet with \fB\-\-genconfig\fR\. See the configuration file documentation at \fIhttp://docs\.puppetlabs\.com/references/stable/configuration\.html\fR for the full list of acceptable parameters\. A commented list of all configuration options can also be generated by running puppet with \fB\-\-genconfig\fR\.
. .
.TP .TP
\-\-mode MODE
The run mode to use for the current action\. Valid modes are \fBuser\fR, \fBagent\fR, and \fBmaster\fR\.
.
.TP
\-\-render\-as FORMAT \-\-render\-as FORMAT
The format in which to render output\. The most common formats are \fBjson\fR, \fBs\fR (string), \fByaml\fR, and \fBconsole\fR, but other options such as \fBdot\fR are sometimes available\. The format in which to render output\. The most common formats are \fBjson\fR, \fBs\fR (string), \fByaml\fR, and \fBconsole\fR, but other options such as \fBdot\fR are sometimes available\.
. .
Expand Down Expand Up @@ -89,7 +85,7 @@ Undocumented action\.
\fBSYNOPSIS\fR \fBSYNOPSIS\fR
. .
.IP .IP
puppet ca list [\-\-[no\-]all] [\-\-[no\-]pending] [\-\-[no\-]signed] [\-\-subject PATTERN] puppet ca list [\-\-[no\-]all] [\-\-[no\-]pending] [\-\-[no\-]signed] [\-\-digest ALGORITHM] [\-\-subject PATTERN]
. .
.IP .IP
\fBDESCRIPTION\fR \fBDESCRIPTION\fR
Expand All @@ -101,6 +97,9 @@ This will list the current certificates and certificate signing requests in the
\fBOPTIONS\fR \fI\-\-[no\-]all\fR \- Include all certificates and requests\. \fBOPTIONS\fR \fI\-\-[no\-]all\fR \- Include all certificates and requests\.
. .
.IP .IP
\fI\-\-digest ALGORITHM\fR \- The hash algorithm to use when displaying the fingerprint
.
.IP
\fI\-\-[no\-]pending\fR \- Include pending certificate signing requests\. \fI\-\-[no\-]pending\fR \- Include pending certificate signing requests\.
. .
.IP .IP
Expand Down
13 changes: 6 additions & 7 deletions man/man8/puppet-catalog.8
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3 .\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3
. .
.TH "PUPPET\-CATALOG" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" .TH "PUPPET\-CATALOG" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual"
. .
.SH "NAME" .SH "NAME"
\fBpuppet\-catalog\fR \- Compile, save, view, and convert catalogs\. \fBpuppet\-catalog\fR \- Compile, save, view, and convert catalogs\.
Expand All @@ -13,16 +13,12 @@ puppet catalog \fIaction\fR [\-\-terminus TERMINUS] [\-\-extra HASH]
This subcommand deals with catalogs, which are compiled per\-node artifacts generated from a set of Puppet manifests\. By default, it interacts with the compiling subsystem and compiles a catalog using the default manifest and \fBcertname\fR, but you can change the source of the catalog with the \fB\-\-terminus\fR option\. You can also choose to print any catalog in \'dot\' format (for easy graph viewing with OmniGraffle or Graphviz) with \'\-\-render\-as dot\'\. This subcommand deals with catalogs, which are compiled per\-node artifacts generated from a set of Puppet manifests\. By default, it interacts with the compiling subsystem and compiles a catalog using the default manifest and \fBcertname\fR, but you can change the source of the catalog with the \fB\-\-terminus\fR option\. You can also choose to print any catalog in \'dot\' format (for easy graph viewing with OmniGraffle or Graphviz) with \'\-\-render\-as dot\'\.
. .
.SH "OPTIONS" .SH "OPTIONS"
Note that any configuration parameter that\'s valid in the configuration file is also a valid long argument, although it may or may not be relevant to the present action\. For example, \fBserver\fR is a valid configuration parameter, so you can specify \fB\-\-server <servername>\fR as an argument\. Note that any configuration parameter that\'s valid in the configuration file is also a valid long argument, although it may or may not be relevant to the present action\. For example, \fBserver\fR and \fBrun_mode\fR are valid configuration parameters, so you can specify \fB\-\-server <servername>\fR, or \fB\-\-run_mode <runmode>\fR as an argument\.
. .
.P .P
See the configuration file documentation at \fIhttp://docs\.puppetlabs\.com/references/stable/configuration\.html\fR for the full list of acceptable parameters\. A commented list of all configuration options can also be generated by running puppet with \fB\-\-genconfig\fR\. See the configuration file documentation at \fIhttp://docs\.puppetlabs\.com/references/stable/configuration\.html\fR for the full list of acceptable parameters\. A commented list of all configuration options can also be generated by running puppet with \fB\-\-genconfig\fR\.
. .
.TP .TP
\-\-mode MODE
The run mode to use for the current action\. Valid modes are \fBuser\fR, \fBagent\fR, and \fBmaster\fR\.
.
.TP
\-\-render\-as FORMAT \-\-render\-as FORMAT
The format in which to render output\. The most common formats are \fBjson\fR, \fBs\fR (string), \fByaml\fR, and \fBconsole\fR, but other options such as \fBdot\fR are sometimes available\. The format in which to render output\. The most common formats are \fBjson\fR, \fBs\fR (string), \fByaml\fR, and \fBconsole\fR, but other options such as \fBdot\fR are sometimes available\.
. .
Expand Down Expand Up @@ -140,7 +136,7 @@ puppet catalog info [\-\-terminus TERMINUS] [\-\-extra HASH]
\fBDESCRIPTION\fR \fBDESCRIPTION\fR
. .
.IP .IP
Prints the default terminus class for this subcommand\. Note that different run modes may have different default termini; when in doubt, specify the run mode with the \'\-\-mode\' option\. Prints the default terminus class for this subcommand\. Note that different run modes may have different default termini; when in doubt, specify the run mode with the \'\-\-run_mode\' option\.
. .
.TP .TP
\fBsave\fR \- API only: create or overwrite an object\. \fBsave\fR \- API only: create or overwrite an object\.
Expand Down Expand Up @@ -273,6 +269,9 @@ This subcommand is an indirector face, which exposes \fBfind\fR, \fBsearch\fR, \
\fBcompiler\fR \fBcompiler\fR
. .
.IP "\(bu" 4 .IP "\(bu" 4
\fBjson\fR
.
.IP "\(bu" 4
\fBqueue\fR \fBqueue\fR
. .
.IP "\(bu" 4 .IP "\(bu" 4
Expand Down
8 changes: 4 additions & 4 deletions man/man8/puppet-cert.8
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3 .\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3
. .
.TH "PUPPET\-CERT" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" .TH "PUPPET\-CERT" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual"
. .
.SH "NAME" .SH "NAME"
\fBpuppet\-cert\fR \- Manage certificates and requests \fBpuppet\-cert\fR \- Manage certificates and requests
Expand All @@ -24,7 +24,7 @@ Revoke a host\'s certificate (if applicable) and remove all files related to tha
. .
.TP .TP
fingerprint fingerprint
Print the DIGEST (defaults to md5) fingerprint of a host\'s certificate\. Print the DIGEST (defaults to the signing algorithm) fingerprint of a host\'s certificate\.
. .
.TP .TP
generate generate
Expand All @@ -40,7 +40,7 @@ Print the full\-text version of a host\'s certificate\.
. .
.TP .TP
revoke revoke
Revoke the certificate of a client\. The certificate can be specified either by its serial number (given as a decimal number or a hexadecimal number prefixed by \'0x\') or by its hostname\. The certificate is revoked by adding it to the Certificate Revocation List given by the \'cacrl\' configuration option\. Note that the puppet master needs to be restarted after revoking certificates\. Revoke the certificate of a client\. The certificate can be specified either by its serial number (given as a hexadecimal number prefixed by \'0x\') or by its hostname\. The certificate is revoked by adding it to the Certificate Revocation List given by the \'cacrl\' configuration option\. Note that the puppet master needs to be restarted after revoking certificates\.
. .
.TP .TP
sign sign
Expand All @@ -62,7 +62,7 @@ Operate on all items\. Currently only makes sense with the \'sign\', \'clean\',
. .
.TP .TP
\-\-digest \-\-digest
Set the digest for fingerprinting (defaults to md5)\. Valid values depends on your openssl and openssl ruby extension version, but should contain at least md5, sha1, md2, sha256\. Set the digest for fingerprinting (defaults to the the digest used when signing the cert)\. Valid values depends on your openssl and openssl ruby extension version\.
. .
.TP .TP
\-\-debug \-\-debug
Expand Down
13 changes: 6 additions & 7 deletions man/man8/puppet-certificate.8
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3 .\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3
. .
.TH "PUPPET\-CERTIFICATE" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" .TH "PUPPET\-CERTIFICATE" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual"
. .
.SH "NAME" .SH "NAME"
\fBpuppet\-certificate\fR \- Provide access to the CA for certificate management\. \fBpuppet\-certificate\fR \- Provide access to the CA for certificate management\.
Expand All @@ -13,16 +13,12 @@ puppet certificate \fIaction\fR [\-\-terminus TERMINUS] [\-\-extra HASH] \fI\-\-
This subcommand interacts with a local or remote Puppet certificate authority\. Currently, its behavior is not a full superset of \fBpuppet cert\fR; specifically, it is unable to mimic puppet cert\'s "clean" option, and its "generate" action submits a CSR rather than creating a signed certificate\. This subcommand interacts with a local or remote Puppet certificate authority\. Currently, its behavior is not a full superset of \fBpuppet cert\fR; specifically, it is unable to mimic puppet cert\'s "clean" option, and its "generate" action submits a CSR rather than creating a signed certificate\.
. .
.SH "OPTIONS" .SH "OPTIONS"
Note that any configuration parameter that\'s valid in the configuration file is also a valid long argument, although it may or may not be relevant to the present action\. For example, \fBserver\fR is a valid configuration parameter, so you can specify \fB\-\-server <servername>\fR as an argument\. Note that any configuration parameter that\'s valid in the configuration file is also a valid long argument, although it may or may not be relevant to the present action\. For example, \fBserver\fR and \fBrun_mode\fR are valid configuration parameters, so you can specify \fB\-\-server <servername>\fR, or \fB\-\-run_mode <runmode>\fR as an argument\.
. .
.P .P
See the configuration file documentation at \fIhttp://docs\.puppetlabs\.com/references/stable/configuration\.html\fR for the full list of acceptable parameters\. A commented list of all configuration options can also be generated by running puppet with \fB\-\-genconfig\fR\. See the configuration file documentation at \fIhttp://docs\.puppetlabs\.com/references/stable/configuration\.html\fR for the full list of acceptable parameters\. A commented list of all configuration options can also be generated by running puppet with \fB\-\-genconfig\fR\.
. .
.TP .TP
\-\-mode MODE
The run mode to use for the current action\. Valid modes are \fBuser\fR, \fBagent\fR, and \fBmaster\fR\.
.
.TP
\-\-render\-as FORMAT \-\-render\-as FORMAT
The format in which to render output\. The most common formats are \fBjson\fR, \fBs\fR (string), \fByaml\fR, and \fBconsole\fR, but other options such as \fBdot\fR are sometimes available\. The format in which to render output\. The most common formats are \fBjson\fR, \fBs\fR (string), \fByaml\fR, and \fBconsole\fR, but other options such as \fBdot\fR are sometimes available\.
. .
Expand Down Expand Up @@ -134,7 +130,7 @@ puppet certificate info [\-\-terminus TERMINUS] [\-\-extra HASH] \fI\-\-ca\-loca
\fBDESCRIPTION\fR \fBDESCRIPTION\fR
. .
.IP .IP
Prints the default terminus class for this subcommand\. Note that different run modes may have different default termini; when in doubt, specify the run mode with the \'\-\-mode\' option\. Prints the default terminus class for this subcommand\. Note that different run modes may have different default termini; when in doubt, specify the run mode with the \'\-\-run_mode\' option\.
. .
.TP .TP
\fBlist\fR \- List all certificate signing requests\. \fBlist\fR \- List all certificate signing requests\.
Expand Down Expand Up @@ -228,6 +224,9 @@ This subcommand is an indirector face, which exposes \fBfind\fR, \fBsearch\fR, \
\fBca\fR \fBca\fR
. .
.IP "\(bu" 4 .IP "\(bu" 4
\fBdisabled_ca\fR
.
.IP "\(bu" 4
\fBfile\fR \fBfile\fR
. .
.IP "\(bu" 4 .IP "\(bu" 4
Expand Down
13 changes: 6 additions & 7 deletions man/man8/puppet-certificate_request.8
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3 .\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3
. .
.TH "PUPPET\-CERTIFICATE_REQUEST" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" .TH "PUPPET\-CERTIFICATE_REQUEST" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual"
. .
.SH "NAME" .SH "NAME"
\fBpuppet\-certificate_request\fR \- Manage certificate requests\. \fBpuppet\-certificate_request\fR \- Manage certificate requests\.
Expand All @@ -13,16 +13,12 @@ puppet certificate_request \fIaction\fR [\-\-terminus TERMINUS] [\-\-extra HASH]
This subcommand retrieves and submits certificate signing requests (CSRs)\. This subcommand retrieves and submits certificate signing requests (CSRs)\.
. .
.SH "OPTIONS" .SH "OPTIONS"
Note that any configuration parameter that\'s valid in the configuration file is also a valid long argument, although it may or may not be relevant to the present action\. For example, \fBserver\fR is a valid configuration parameter, so you can specify \fB\-\-server <servername>\fR as an argument\. Note that any configuration parameter that\'s valid in the configuration file is also a valid long argument, although it may or may not be relevant to the present action\. For example, \fBserver\fR and \fBrun_mode\fR are valid configuration parameters, so you can specify \fB\-\-server <servername>\fR, or \fB\-\-run_mode <runmode>\fR as an argument\.
. .
.P .P
See the configuration file documentation at \fIhttp://docs\.puppetlabs\.com/references/stable/configuration\.html\fR for the full list of acceptable parameters\. A commented list of all configuration options can also be generated by running puppet with \fB\-\-genconfig\fR\. See the configuration file documentation at \fIhttp://docs\.puppetlabs\.com/references/stable/configuration\.html\fR for the full list of acceptable parameters\. A commented list of all configuration options can also be generated by running puppet with \fB\-\-genconfig\fR\.
. .
.TP .TP
\-\-mode MODE
The run mode to use for the current action\. Valid modes are \fBuser\fR, \fBagent\fR, and \fBmaster\fR\.
.
.TP
\-\-render\-as FORMAT \-\-render\-as FORMAT
The format in which to render output\. The most common formats are \fBjson\fR, \fBs\fR (string), \fByaml\fR, and \fBconsole\fR, but other options such as \fBdot\fR are sometimes available\. The format in which to render output\. The most common formats are \fBjson\fR, \fBs\fR (string), \fByaml\fR, and \fBconsole\fR, but other options such as \fBdot\fR are sometimes available\.
. .
Expand Down Expand Up @@ -93,7 +89,7 @@ puppet certificate_request info [\-\-terminus TERMINUS] [\-\-extra HASH]
\fBDESCRIPTION\fR \fBDESCRIPTION\fR
. .
.IP .IP
Prints the default terminus class for this subcommand\. Note that different run modes may have different default termini; when in doubt, specify the run mode with the \'\-\-mode\' option\. Prints the default terminus class for this subcommand\. Note that different run modes may have different default termini; when in doubt, specify the run mode with the \'\-\-run_mode\' option\.
. .
.TP .TP
\fBsave\fR \- API only: submit a certificate signing request\. \fBsave\fR \- API only: submit a certificate signing request\.
Expand Down Expand Up @@ -158,6 +154,9 @@ This subcommand is an indirector face, which exposes \fBfind\fR, \fBsearch\fR, \
\fBca\fR \fBca\fR
. .
.IP "\(bu" 4 .IP "\(bu" 4
\fBdisabled_ca\fR
.
.IP "\(bu" 4
\fBfile\fR \fBfile\fR
. .
.IP "\(bu" 4 .IP "\(bu" 4
Expand Down
13 changes: 6 additions & 7 deletions man/man8/puppet-certificate_revocation_list.8
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3 .\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3
. .
.TH "PUPPET\-CERTIFICATE_REVOCATION_LIST" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" .TH "PUPPET\-CERTIFICATE_REVOCATION_LIST" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual"
. .
.SH "NAME" .SH "NAME"
\fBpuppet\-certificate_revocation_list\fR \- Manage the list of revoked certificates\. \fBpuppet\-certificate_revocation_list\fR \- Manage the list of revoked certificates\.
Expand All @@ -13,16 +13,12 @@ puppet certificate_revocation_list \fIaction\fR [\-\-terminus TERMINUS] [\-\-ext
This subcommand is primarily for retrieving the certificate revocation list from the CA\. This subcommand is primarily for retrieving the certificate revocation list from the CA\.
. .
.SH "OPTIONS" .SH "OPTIONS"
Note that any configuration parameter that\'s valid in the configuration file is also a valid long argument, although it may or may not be relevant to the present action\. For example, \fBserver\fR is a valid configuration parameter, so you can specify \fB\-\-server <servername>\fR as an argument\. Note that any configuration parameter that\'s valid in the configuration file is also a valid long argument, although it may or may not be relevant to the present action\. For example, \fBserver\fR and \fBrun_mode\fR are valid configuration parameters, so you can specify \fB\-\-server <servername>\fR, or \fB\-\-run_mode <runmode>\fR as an argument\.
. .
.P .P
See the configuration file documentation at \fIhttp://docs\.puppetlabs\.com/references/stable/configuration\.html\fR for the full list of acceptable parameters\. A commented list of all configuration options can also be generated by running puppet with \fB\-\-genconfig\fR\. See the configuration file documentation at \fIhttp://docs\.puppetlabs\.com/references/stable/configuration\.html\fR for the full list of acceptable parameters\. A commented list of all configuration options can also be generated by running puppet with \fB\-\-genconfig\fR\.
. .
.TP .TP
\-\-mode MODE
The run mode to use for the current action\. Valid modes are \fBuser\fR, \fBagent\fR, and \fBmaster\fR\.
.
.TP
\-\-render\-as FORMAT \-\-render\-as FORMAT
The format in which to render output\. The most common formats are \fBjson\fR, \fBs\fR (string), \fByaml\fR, and \fBconsole\fR, but other options such as \fBdot\fR are sometimes available\. The format in which to render output\. The most common formats are \fBjson\fR, \fBs\fR (string), \fByaml\fR, and \fBconsole\fR, but other options such as \fBdot\fR are sometimes available\.
. .
Expand Down Expand Up @@ -111,7 +107,7 @@ puppet certificate_revocation_list info [\-\-terminus TERMINUS] [\-\-extra HASH]
\fBDESCRIPTION\fR \fBDESCRIPTION\fR
. .
.IP .IP
Prints the default terminus class for this subcommand\. Note that different run modes may have different default termini; when in doubt, specify the run mode with the \'\-\-mode\' option\. Prints the default terminus class for this subcommand\. Note that different run modes may have different default termini; when in doubt, specify the run mode with the \'\-\-run_mode\' option\.
. .
.TP .TP
\fBsave\fR \- Invalid for this subcommand\. \fBsave\fR \- Invalid for this subcommand\.
Expand Down Expand Up @@ -155,6 +151,9 @@ This subcommand is an indirector face, which exposes \fBfind\fR, \fBsearch\fR, \
\fBca\fR \fBca\fR
. .
.IP "\(bu" 4 .IP "\(bu" 4
\fBdisabled_ca\fR
.
.IP "\(bu" 4
\fBfile\fR \fBfile\fR
. .
.IP "\(bu" 4 .IP "\(bu" 4
Expand Down

0 comments on commit fdf1d9e

Please sign in to comment.