diff --git a/man/man5/puppet.conf.5 b/man/man5/puppet.conf.5 index aa31f5a7b4a..27d5d12bf63 100644 --- a/man/man5/puppet.conf.5 +++ b/man/man5/puppet.conf.5 @@ -1,8 +1,8 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPETCONF" "5" "May 2012" "Puppet Labs, LLC" "Puppet manual" -\fBThis page is autogenerated; any changes will get overwritten\fR \fI(last generated on Thu May 17 14:19:16 \-0700 2012)\fR +.TH "PUPPETCONF" "5" "January 2013" "Puppet Labs, LLC" "Puppet manual" +\fBThis page is autogenerated; any changes will get overwritten\fR \fI(last generated on Tue Jan 15 12:33:09 \-0800 2013)\fR . .SH "Configuration Settings" . @@ -19,6 +19,9 @@ Settings can be interpolated as \fB$variables\fR in other settings; \fB$environm Multiple values should be specified as comma\-separated lists; multiple directories should be separated with the system path separator (usually a colon)\. . .IP "\(bu" 4 +Settings that represent time intervals should be specified in duration format: an integer immediately followed by one of the units \'y\' (years of 365 days), \'d\' (days), \'h\' (hours), \'m\' (minutes), or \'s\' (seconds)\. The unit cannot be combined with other units, and defaults to seconds when omitted\. Examples are \'3600\' which is equivalent to \'1h\' (one hour), and \'1825d\' which is equivalent to \'5y\' (5 years)\. +. +.IP "\(bu" 4 Settings that take a single file or directory can optionally set the owner, group, and mode for their value: \fBrundir = $vardir/run { owner = puppet, group = puppet, mode = 644 }\fR . .IP "\(bu" 4 @@ -29,6 +32,14 @@ The Puppet executables will ignore any setting that isn\'t relevant to their fun .P See the configuration guide \fIhttp://docs\.puppetlabs\.com/guides/configuring\.html\fR for more details\. . +.SS "agent_catalog_run_lockfile" +A lock file to indicate that a puppet agent catalog run is currently in progress\. The file contains the pid of the process that holds the lock on the catalog run\. +. +.IP "\(bu" 4 +\fIDefault\fR: $statedir/agent_catalog_run\.lock +. +.IP "" 0 +. .SS "agent_disabled_lockfile" A lock file to indicate that puppet agent runs have been administratively disabled\. File contains a JSON object with state information\. . @@ -37,16 +48,16 @@ A lock file to indicate that puppet agent runs have been administratively disabl . .IP "" 0 . -.SS "agent_pidfile" -A lock file to indicate that a puppet agent run is currently in progress\. File contains the pid of the running process\. +.SS "allow_duplicate_certs" +Whether to allow a new certificate request to overwrite an existing certificate\. . .IP "\(bu" 4 -\fIDefault\fR: $statedir/agent\.pid +\fIDefault\fR: false . .IP "" 0 . -.SS "allow_duplicate_certs" -Whether to allow a new certificate request to overwrite an existing certificate\. +.SS "allow_variables_with_dashes" +Permit hyphens (\fB\-\fR) in variable names and issue deprecation warnings about them\. This setting \fBshould always be \fBfalse\fR;\fR setting it to \fBtrue\fR will cause subtle and wide\-ranging bugs\. It will be removed in a future version\. Hyphenated variables caused major problems in the language, but were allowed between Puppet 2\.7\.3 and 2\.7\.14\. If you used them during this window, we apologize for the inconvenience \-\-\- you can temporarily set this to \fBtrue\fR in order to upgrade, and can rename your variables at your leisure\. Please revert it to \fBfalse\fR after you have renamed all affected variables\. . .IP "\(bu" 4 \fIDefault\fR: false @@ -70,21 +81,13 @@ During an inspect run, whether to archive files whose contents are audited to a .IP "" 0 . .SS "async_storeconfigs" -Whether to use a queueing system to provide asynchronous database integration\. Requires that \fBpuppet queue\fR be running and that \'PSON\' support for ruby be installed\. +Whether to use a queueing system to provide asynchronous database integration\. Requires that \fBpuppet queue\fR be running\. . .IP "\(bu" 4 \fIDefault\fR: false . .IP "" 0 . -.SS "authconfig" -The configuration file that defines the rights to the different namespaces and methods\. This can be used as a coarse\-grained authorization system for both \fBpuppet agent\fR and \fBpuppet master\fR\. -. -.IP "\(bu" 4 -\fIDefault\fR: $confdir/namespaceauth\.conf -. -.IP "" 0 -. .SS "autoflush" Whether log files should always flush to disk\. . @@ -102,7 +105,12 @@ Whether to enable autosign\. Valid values are true (which autosigns any key requ .IP "" 0 . .SS "bindaddress" -The address a listening server should bind to\. WEBrick defaults to 0\.0\.0\.0\. +The address a listening server should bind to\. +. +.IP "\(bu" 4 +\fIDefault\fR: 0\.0\.0\.0 +. +.IP "" 0 . .SS "bucketdir" Where FileBucket files are stored\. @@ -120,17 +128,6 @@ Whether the master should function as a certificate authority\. . .IP "" 0 . -.SS "ca_days" -How long a certificate should be valid, in days\. This setting is deprecated; use \fBca_ttl\fR instead -. -.SS "ca_md" -The type of hash used in certificates\. -. -.IP "\(bu" 4 -\fIDefault\fR: md5 -. -.IP "" 0 -. .SS "ca_name" The name to use the Certificate Authority certificate\. . @@ -156,7 +153,7 @@ The server to use for certificate authority requests\. It\'s a separate server b .IP "" 0 . .SS "ca_ttl" -The default TTL for new certificates; valid values must be an integer, optionally followed by one of the units \'y\' (years of 365 days), \'d\' (days), \'h\' (hours), or \'s\' (seconds)\. The unit defaults to seconds\. If this setting is set, ca_days is ignored\. Examples are \'3600\' (one hour) and \'1825d\', which is the same as \'5y\' (5 years) +The default TTL for new certificates\. If this setting is set, ca_days is ignored\. Can be specified as a duration\. . .IP "\(bu" 4 \fIDefault\fR: 5y @@ -218,6 +215,13 @@ The CA public key\. \fIDefault\fR: $cadir/ca_pub\.pem . .IP "" 0 +. +.SS "catalog_cache_terminus" +How to store cached catalogs\. Valid values are \'json\' and \'yaml\'\. The agent application defaults to \'json\'\. +. +.TP +\fIDefault\fR: + . .SS "catalog_format" (Deprecated for \'preferred_serialization_format\') What format to use to dump the catalog\. Only supports \'marshal\' and \'yaml\'\. Only matters on the client, since it asks the server for a specific format\. @@ -249,6 +253,14 @@ The certificate directory\. .SS "certdnsnames" The \fBcertdnsnames\fR setting is no longer functional, after CVE\-2011\-3872\. We ignore the value completely\. For your own certificate request you can set \fBdns_alt_names\fR in the configuration and it will apply locally\. There is no configuration option to set DNS alt names, or any other \fBsubjectAltName\fR value, for another nodes certificate\. Alternately you can use the \fB\-\-dns_alt_names\fR command line option to set the labels added while generating your own CSR\. . +.SS "certificate_expire_warning" +The window of time leading up to a certificate\'s expiration that a notification will be logged\. This applies to CA, master, and agent certificates\. Can be specified as a duration\. +. +.IP "\(bu" 4 +\fIDefault\fR: 60d +. +.IP "" 0 +. .SS "certificate_revocation" Whether certificate revocation should be supported by downloading a Certificate Revocation List (CRL) to all clients\. If enabled, CA chaining will almost definitely not work\. . @@ -261,7 +273,7 @@ Whether certificate revocation should be supported by downloading a Certificate The name to use when handling certificates\. Defaults to the fully qualified domain name\. . .IP "\(bu" 4 -\fIDefault\fR: wyclef\.puppetlabs\.lan +\fIDefault\fR: sirrus\.puppetlabs\.lan . .IP "" 0 . @@ -339,10 +351,10 @@ How to determine the configuration version\. By default, it will be the time tha Print the value of a specific configuration setting\. If the name of a setting is provided for this, then the value is printed and puppet exits\. Comma\-separate multiple values\. For a list of all values, specify \'all\'\. . .SS "configtimeout" -How long the client should wait for the configuration to be retrieved before considering it a failure\. This can help reduce flapping if too many clients contact the server at one time\. +How long the client should wait for the configuration to be retrieved before considering it a failure\. This can help reduce flapping if too many clients contact the server at one time\. Can be specified as a duration\. . .IP "\(bu" 4 -\fIDefault\fR: 120 +\fIDefault\fR: 2m . .IP "" 0 . @@ -494,16 +506,8 @@ Document all resources . .IP "" 0 . -.SS "downcasefacts" -Whether facts should be made all lowercase when sent to the server\. -. -.IP "\(bu" 4 -\fIDefault\fR: false -. -.IP "" 0 -. .SS "dynamicfacts" -Facts that are dynamic; these facts will be ignored when deciding whether changed facts should result in a recompile\. Multiple facts should be comma\-separated\. +(Deprecated) Facts that are dynamic; these facts will be ignored when deciding whether changed facts should result in a recompile\. Multiple facts should be comma\-separated\. . .IP "\(bu" 4 \fIDefault\fR: memorysize,memoryfree,swapsize,swapfree @@ -559,10 +563,10 @@ Where the fileserver configuration is stored\. .IP "" 0 . .SS "filetimeout" -The minimum time to wait (in seconds) between checking for updates in configuration files\. This timeout determines how quickly Puppet checks whether a file (such as manifests or templates) has changed on disk\. +The minimum time to wait between checking for updates in configuration files\. This timeout determines how quickly Puppet checks whether a file (such as manifests or templates) has changed on disk\. Can be specified as a duration\. . .IP "\(bu" 4 -\fIDefault\fR: 15 +\fIDefault\fR: 15s . .IP "" 0 . @@ -785,14 +789,6 @@ The LDAP attributes to use to define Puppet classes\. Values should be comma\-se . .IP "" 0 . -.SS "ldapnodes" -Whether to search for node configurations in LDAP\. See http://projects\.puppetlabs\.com/projects/puppet/wiki/LDAP_Nodes for more information\. -. -.IP "\(bu" 4 -\fIDefault\fR: false -. -.IP "" 0 -. .SS "ldapparentattr" The attribute to use to define the parent node\. . @@ -805,7 +801,7 @@ The attribute to use to define the parent node\. The password to use to connect to LDAP\. . .SS "ldapport" -The LDAP port\. Only used if \fBldapnodes\fR is enabled\. +The LDAP port\. Only used if \fBnode_terminus\fR is set to \fBldap\fR\. . .IP "\(bu" 4 \fIDefault\fR: 389 @@ -813,7 +809,7 @@ The LDAP port\. Only used if \fBldapnodes\fR is enabled\. .IP "" 0 . .SS "ldapserver" -The LDAP server\. Only used if \fBldapnodes\fR is enabled\. +The LDAP server\. Only used if \fBnode_terminus\fR is set to \fBldap\fR\. . .IP "\(bu" 4 \fIDefault\fR: ldap @@ -855,14 +851,6 @@ Whether TLS should be used when searching for nodes\. Defaults to false because .SS "ldapuser" The user to use to connect to LDAP\. Must be specified as a full DN\. . -.SS "lexical" -Whether to use lexical scoping (vs\. dynamic)\. -. -.IP "\(bu" 4 -\fIDefault\fR: false -. -.IP "" 0 -. .SS "libdir" An extra search path for Puppet\. This is only useful for those files that Puppet will load on demand, and is only guaranteed to work for those cases\. In fact, the autoload mechanism is responsible for making sure this directory is in Ruby\'s search path . @@ -970,7 +958,7 @@ Whether to create the necessary user and group that puppet agent will run as\. The module repository . .IP "\(bu" 4 -\fIDefault\fR: http://forge\.puppetlabs\.com +\fIDefault\fR: https://forge\.puppetlabs\.com . .IP "" 0 . @@ -996,6 +984,13 @@ The name of the application, if we are running as one\. The default is essential .TP \fIDefault\fR: +. +.SS "node_cache_terminus" +How to store cached nodes\. Valid values are (none), \'json\', \'yaml\' or write only yaml (\'write_only_yaml\')\. The master application defaults to \'write_only_yaml\', all others to none\. +. +.TP +\fIDefault\fR: + . .SS "node_name" How the puppet master determines the client\'s identity and sets the \'hostname\', \'fqdn\' and \'domain\' facts for use in the manifest, in particular for determining which \'node\' statement applies to the client\. Possible values are \'cert\' (use the subject\'s CN in the client\'s certificate) and \'facter\' (use the hostname that the client reported in its facts) @@ -1057,7 +1052,7 @@ The shell search path\. Defaults to whatever is inherited from the parent proces .IP "" 0 . .SS "pidfile" -The pid file +The file containing the PID of a running process\. This file is intended to be used by service management frameworks and monitoring systems to determine if a puppet process is still in the process table\. . .IP "\(bu" 4 \fIDefault\fR: $rundir/${run_mode}\.pid @@ -1218,7 +1213,7 @@ The directory in which to store reports received from the client\. Each client g The \'from\' email address for the reports\. . .IP "\(bu" 4 -\fIDefault\fR: report@wyclef\.puppetlabs\.lan +\fIDefault\fR: report@sirrus\.puppetlabs\.lan . .IP "" 0 . @@ -1230,14 +1225,6 @@ The list of reports to generate\. All reports are looked for in \fBpuppet/report . .IP "" 0 . -.SS "reportserver" -(Deprecated for \'report_server\') The server to which to send transaction reports\. -. -.IP "\(bu" 4 -\fIDefault\fR: $server -. -.IP "" 0 -. .SS "reporturl" The URL used by the http reports processor to send reports . @@ -1295,19 +1282,12 @@ The directory where RRD database files are stored\. Directories for each reporti .IP "" 0 . .SS "rrdinterval" -How often RRD should expect data\. This should match how often the hosts report back to the server\. +How often RRD should expect data\. This should match how often the hosts report back to the server\. Can be specified as a duration\. . .IP "\(bu" 4 \fIDefault\fR: $runinterval . .IP "" 0 -. -.SS "run_mode" -The effective \'run mode\' of the application: master, agent, or user\. -. -.TP -\fIDefault\fR: - . .SS "rundir" Where Puppet PID files are kept\. @@ -1317,10 +1297,10 @@ Where Puppet PID files are kept\. . .SS "runinterval" -How often puppet agent applies the client configuration; in seconds\. Note that a runinterval of 0 means "run continuously" rather than "never run\." If you want puppet agent to never run, you should start it with the \fB\-\-no\-client\fR option\. +How often puppet agent applies the client configuration; in seconds\. Note that a runinterval of 0 means "run continuously" rather than "never run\." If you want puppet agent to never run, you should start it with the \fB\-\-no\-client\fR option\. Can be specified as a duration\. . .IP "\(bu" 4 -\fIDefault\fR: 1800 +\fIDefault\fR: 30m . .IP "" 0 . @@ -1356,14 +1336,6 @@ The directory in which serialized data is stored, usually in a subdirectory\. . .IP "" 0 . -.SS "servertype" -The type of server to use\. Currently supported option is webrick\. -. -.IP "\(bu" 4 -\fIDefault\fR: webrick -. -.IP "" 0 -. .SS "show_diff" Whether to log and report a contextual diff when files are being replaced\. This causes partial file contents to pass through Puppet\'s normal logging and reporting system, so this setting should be used with caution if you are sending Puppet\'s reports to an insecure destination\. This feature currently requires the \fBdiff/lcs\fR Ruby library\. . @@ -1397,7 +1369,7 @@ Whether to sleep for a pseudo\-random (but consistent) amount of time before a r .IP "" 0 . .SS "splaylimit" -The maximum time to delay before runs\. Defaults to being the same as the run interval\. +The maximum time to delay before runs\. Defaults to being the same as the run interval\. Can be specified as a duration\. . .IP "\(bu" 4 \fIDefault\fR: $runinterval @@ -1411,6 +1383,13 @@ The domain which will be queried to find the SRV records of servers to use\. \fIDefault\fR: puppetlabs\.lan . .IP "" 0 +. +.SS "ssl_client_ca_auth" +Certificate authorities who issue server certificates\. SSL servers will not be considered authentic unless they posses a certificate issued by an authority listed in this file\. If this setting has no value then the Puppet master\'s CA certificate (localcacert) will be used\. +. +.TP +\fIDefault\fR: + . .SS "ssl_client_header" The header containing an authenticated client\'s SSL DN\. This header must be set by the proxy to the authenticated client\'s SSL DN (e\.g\., \fB/CN=puppet\.puppetlabs\.com\fR)\. @@ -1427,6 +1406,13 @@ The header containing the status message of the client verification\. This heade \fIDefault\fR: HTTP_X_CLIENT_VERIFY . .IP "" 0 +. +.SS "ssl_server_ca_auth" +Certificate authorities who issue client certificates\. SSL clients will not be considered authentic unless they posses a certificate issued by an authority listed in this file\. If this setting has no value then the Puppet master\'s CA certificate (localcacert) will be used\. +. +.TP +\fIDefault\fR: + . .SS "ssldir" Where SSL certificates are kept\. @@ -1512,7 +1498,7 @@ Where Puppet looks for template files\. Can be a list of colon\-separated direct .IP "" 0 . .SS "thin_storeconfigs" -Boolean; whether storeconfigs store in the database only the facts and exported resources\. If true, then storeconfigs performance will be higher and still allow exported/collected resources, but other usage external to Puppet might not work +Boolean; whether Puppet should store only facts and exported resources in the storeconfigs database\. This will improve the performance of exported resources with the older \fBactive_record\fR backend, but will disable external tools that search the storeconfigs database\. Thinning catalogs is generally unnecessary when using PuppetDB to store catalogs\. . .IP "\(bu" 4 \fIDefault\fR: false @@ -1568,10 +1554,10 @@ Where Puppet stores dynamic and growing data\. The default for this setting is c .IP "" 0 . .SS "waitforcert" -The time interval, specified in seconds, \'puppet agent\' should connect to the server and ask it to sign a certificate request\. This is useful for the initial setup of a puppet client\. You can turn off waiting for certificates by specifying a time of 0\. +The time interval \'puppet agent\' should connect to the server and ask it to sign a certificate request\. This is useful for the initial setup of a puppet client\. You can turn off waiting for certificates by specifying a time of 0\. Can be specified as a duration\. . .IP "\(bu" 4 -\fIDefault\fR: 120 +\fIDefault\fR: 2m . .IP "" 0 . @@ -1592,4 +1578,4 @@ Boolean; whether to use the zlib library .IP "" 0 . .P -\fIThis page autogenerated on Thu May 17 14:19:16 \-0700 2012\fR +\fIThis page autogenerated on Tue Jan 15 12:33:09 \-0800 2013\fR diff --git a/man/man8/extlookup2hiera.8 b/man/man8/extlookup2hiera.8 new file mode 100644 index 00000000000..3a97591f397 --- /dev/null +++ b/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 + diff --git a/man/man8/puppet-agent.8 b/man/man8/puppet-agent.8 index edef1bfdef4..e32ff49fe31 100644 --- a/man/man8/puppet-agent.8 +++ b/man/man8/puppet-agent.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.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" \fBpuppet\-agent\fR \- The puppet agent daemon @@ -61,7 +61,7 @@ Provide transaction information via exit codes\. If this is enabled, an exit cod . .TP \-\-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 \-\-disable @@ -97,7 +97,7 @@ Where to send messages\. Choose between syslog, the console, and a log file\. De . .TP \-\-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 \-\-noop diff --git a/man/man8/puppet-apply.8 b/man/man8/puppet-apply.8 index 91b9404725f..64df05ff3e2 100644 --- a/man/man8/puppet-apply.8 +++ b/man/man8/puppet-apply.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.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" \fBpuppet\-apply\fR \- Apply Puppet manifests locally @@ -10,7 +10,7 @@ Applies a standalone Puppet manifest to the local system\. . .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" This is the standalone puppet execution tool; use it to apply individual manifests\. @@ -60,10 +60,6 @@ Execute a specific piece of Puppet code Print extra information\. . .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 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\. . diff --git a/man/man8/puppet-ca.8 b/man/man8/puppet-ca.8 index 88ea9cde2d2..f97bbe74440 100644 --- a/man/man8/puppet-ca.8 +++ b/man/man8/puppet-ca.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.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" \fBpuppet\-ca\fR \- Local Puppet Certificate Authority management\. @@ -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\. . .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 \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 \fR, or \fB\-\-run_mode \fR as an argument\. . .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\. . .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 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\. . @@ -89,7 +85,7 @@ Undocumented action\. \fBSYNOPSIS\fR . .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 \fBDESCRIPTION\fR @@ -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\. . .IP +\fI\-\-digest ALGORITHM\fR \- The hash algorithm to use when displaying the fingerprint +. +.IP \fI\-\-[no\-]pending\fR \- Include pending certificate signing requests\. . .IP diff --git a/man/man8/puppet-catalog.8 b/man/man8/puppet-catalog.8 index b2736b1b4a6..0e5db96c769 100644 --- a/man/man8/puppet-catalog.8 +++ b/man/man8/puppet-catalog.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.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" \fBpuppet\-catalog\fR \- Compile, save, view, and convert catalogs\. @@ -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\'\. . .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 \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 \fR, or \fB\-\-run_mode \fR as an argument\. . .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\. . .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 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\. . @@ -140,7 +136,7 @@ puppet catalog info [\-\-terminus TERMINUS] [\-\-extra HASH] \fBDESCRIPTION\fR . .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 \fBsave\fR \- API only: create or overwrite an object\. @@ -273,6 +269,9 @@ This subcommand is an indirector face, which exposes \fBfind\fR, \fBsearch\fR, \ \fBcompiler\fR . .IP "\(bu" 4 +\fBjson\fR +. +.IP "\(bu" 4 \fBqueue\fR . .IP "\(bu" 4 diff --git a/man/man8/puppet-cert.8 b/man/man8/puppet-cert.8 index 92cdedc007a..f9912f5270b 100644 --- a/man/man8/puppet-cert.8 +++ b/man/man8/puppet-cert.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.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" \fBpuppet\-cert\fR \- Manage certificates and requests @@ -24,7 +24,7 @@ Revoke a host\'s certificate (if applicable) and remove all files related to tha . .TP 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 generate @@ -40,7 +40,7 @@ Print the full\-text version of a host\'s certificate\. . .TP 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 sign @@ -62,7 +62,7 @@ Operate on all items\. Currently only makes sense with the \'sign\', \'clean\', . .TP \-\-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 \-\-debug diff --git a/man/man8/puppet-certificate.8 b/man/man8/puppet-certificate.8 index 70a4ab7f169..c89d1867f86 100644 --- a/man/man8/puppet-certificate.8 +++ b/man/man8/puppet-certificate.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.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" \fBpuppet\-certificate\fR \- Provide access to the CA for certificate management\. @@ -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\. . .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 \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 \fR, or \fB\-\-run_mode \fR as an argument\. . .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\. . .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 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\. . @@ -134,7 +130,7 @@ puppet certificate info [\-\-terminus TERMINUS] [\-\-extra HASH] \fI\-\-ca\-loca \fBDESCRIPTION\fR . .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 \fBlist\fR \- List all certificate signing requests\. @@ -228,6 +224,9 @@ This subcommand is an indirector face, which exposes \fBfind\fR, \fBsearch\fR, \ \fBca\fR . .IP "\(bu" 4 +\fBdisabled_ca\fR +. +.IP "\(bu" 4 \fBfile\fR . .IP "\(bu" 4 diff --git a/man/man8/puppet-certificate_request.8 b/man/man8/puppet-certificate_request.8 index 3ecf39ded78..aafcbaf77ff 100644 --- a/man/man8/puppet-certificate_request.8 +++ b/man/man8/puppet-certificate_request.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.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" \fBpuppet\-certificate_request\fR \- Manage certificate requests\. @@ -13,16 +13,12 @@ puppet certificate_request \fIaction\fR [\-\-terminus TERMINUS] [\-\-extra HASH] This subcommand retrieves and submits certificate signing requests (CSRs)\. . .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 \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 \fR, or \fB\-\-run_mode \fR as an argument\. . .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\. . .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 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\. . @@ -93,7 +89,7 @@ puppet certificate_request info [\-\-terminus TERMINUS] [\-\-extra HASH] \fBDESCRIPTION\fR . .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 \fBsave\fR \- API only: submit a certificate signing request\. @@ -158,6 +154,9 @@ This subcommand is an indirector face, which exposes \fBfind\fR, \fBsearch\fR, \ \fBca\fR . .IP "\(bu" 4 +\fBdisabled_ca\fR +. +.IP "\(bu" 4 \fBfile\fR . .IP "\(bu" 4 diff --git a/man/man8/puppet-certificate_revocation_list.8 b/man/man8/puppet-certificate_revocation_list.8 index 66c6b7b34fe..fd94d3fc413 100644 --- a/man/man8/puppet-certificate_revocation_list.8 +++ b/man/man8/puppet-certificate_revocation_list.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.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" \fBpuppet\-certificate_revocation_list\fR \- Manage the list of revoked certificates\. @@ -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\. . .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 \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 \fR, or \fB\-\-run_mode \fR as an argument\. . .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\. . .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 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\. . @@ -111,7 +107,7 @@ puppet certificate_revocation_list info [\-\-terminus TERMINUS] [\-\-extra HASH] \fBDESCRIPTION\fR . .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 \fBsave\fR \- Invalid for this subcommand\. @@ -155,6 +151,9 @@ This subcommand is an indirector face, which exposes \fBfind\fR, \fBsearch\fR, \ \fBca\fR . .IP "\(bu" 4 +\fBdisabled_ca\fR +. +.IP "\(bu" 4 \fBfile\fR . .IP "\(bu" 4 diff --git a/man/man8/puppet-config.8 b/man/man8/puppet-config.8 index fdc2d1b3cb8..2e54590577c 100644 --- a/man/man8/puppet-config.8 +++ b/man/man8/puppet-config.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-CONFIG" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-CONFIG" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-config\fR \- Interact with Puppet\'s configuration options\. @@ -10,16 +10,12 @@ puppet config \fIaction\fR . .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 \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 \fR, or \fB\-\-run_mode \fR as an argument\. . .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\. . .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 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\. . @@ -59,7 +55,7 @@ A single value when called with one config setting, and a list of settings and v \fBNOTES\fR . .IP -By default, this action reads the configuration in agent mode\. Use the \'\-\-mode\' and \'\-\-environment\' flags to examine other configuration domains\. +By default, this action reads the configuration in agent mode\. Use the \'\-\-run_mode\' and \'\-\-environment\' flags to examine other configuration domains\. . .SH "EXAMPLES" \fBprint\fR @@ -74,7 +70,7 @@ $ puppet config print rundir Get a list of important directories from the master\'s config: . .P -$ puppet config print all \-\-mode master | grep \-E "(path|dir)" +$ puppet config print all \-\-run_mode master | grep \-E "(path|dir)" . .SH "COPYRIGHT AND LICENSE" Copyright 2011 by Puppet Labs Apache 2 license; see COPYING diff --git a/man/man8/puppet-describe.8 b/man/man8/puppet-describe.8 index 6b8ca8b0caa..4d9bc572055 100644 --- a/man/man8/puppet-describe.8 +++ b/man/man8/puppet-describe.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-DESCRIBE" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-DESCRIBE" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-describe\fR \- Display help about resource types diff --git a/man/man8/puppet-device.8 b/man/man8/puppet-device.8 index 1bd09410bfa..913573c2d6b 100644 --- a/man/man8/puppet-device.8 +++ b/man/man8/puppet-device.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-DEVICE" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-DEVICE" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-device\fR \- Manage remote network devices diff --git a/man/man8/puppet-doc.8 b/man/man8/puppet-doc.8 index d7cb5192855..f6d016ab1ff 100644 --- a/man/man8/puppet-doc.8 +++ b/man/man8/puppet-doc.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-DOC" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-DOC" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-doc\fR \- Generate Puppet documentation and references @@ -43,7 +43,7 @@ Used only in \'rdoc\' mode\. The directory to which the rdoc output should be wr . .TP \-\-mode -Determine the output mode\. Valid modes are \'text\', \'pdf\' and \'rdoc\'\. The \'pdf\' mode creates PDF formatted files in the /tmp directory\. The default mode is \'text\'\. In \'rdoc\' mode you must provide \'manifests\-path\' +Determine the output mode\. Valid modes are \'text\', \'pdf\' and \'rdoc\'\. The \'pdf\' mode creates PDF formatted files in the /tmp directory\. The default mode is \'text\'\. . .TP \-\-reference @@ -63,7 +63,7 @@ Used only in \'rdoc\' mode\. The directory or directories to scan for modules\. . .TP \-\-environment -Used only in \'rdoc\' mode\. The configuration environment from which to read the modulepath and manifestdir settings, when reading said settings from puppet\.conf\. Due to a known bug, this option is not currently effective\. +Used only in \'rdoc\' mode\. The configuration environment from which to read the modulepath and manifestdir settings, when reading said settings from puppet\.conf\. . .SH "EXAMPLE" . diff --git a/man/man8/puppet-facts.8 b/man/man8/puppet-facts.8 index a15f0514bd5..8dc6367cc83 100644 --- a/man/man8/puppet-facts.8 +++ b/man/man8/puppet-facts.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-FACTS" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-FACTS" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-facts\fR \- Retrieve and store facts\. @@ -16,16 +16,12 @@ This subcommand manages facts, which are collections of normalized system inform When used with the \fBrest\fR terminus, this subcommand is essentially a front\-end to the inventory service REST API\. See the inventory service documentation at \fIhttp://docs\.puppetlabs\.com/guides/inventory_service\.html\fR for more detail\. . .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 \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 \fR, or \fB\-\-run_mode \fR as an argument\. . .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\. . .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 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\. . @@ -105,7 +101,7 @@ puppet facts info [\-\-terminus TERMINUS] [\-\-extra HASH] \fBDESCRIPTION\fR . .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 \fBsave\fR \- API only: create or overwrite an object\. @@ -177,7 +173,7 @@ $ puppet facts find somenode\.puppetlabs\.lan \-\-terminus rest Query a DB\-backed inventory directly (bypassing the REST API): . .P -$ puppet facts find somenode\.puppetlabs\.lan \-\-terminus inventory_active_record \-\-mode master +$ puppet facts find somenode\.puppetlabs\.lan \-\-terminus inventory_active_record \-\-run_mode master . .P \fBupload\fR diff --git a/man/man8/puppet-file.8 b/man/man8/puppet-file.8 index 72f9af2c777..6026c20782a 100644 --- a/man/man8/puppet-file.8 +++ b/man/man8/puppet-file.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-FILE" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-FILE" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-file\fR \- Retrieve and store files in a filebucket @@ -13,16 +13,12 @@ puppet file \fIaction\fR [\-\-terminus TERMINUS] [\-\-extra HASH] This subcommand interacts with objects stored in a local or remote filebucket\. File objects are accessed by their MD5 sum; see the examples for the relevant syntax\. . .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 \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 \fR, or \fB\-\-run_mode \fR as an argument\. . .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\. . .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 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\. . @@ -115,7 +111,7 @@ puppet file info [\-\-terminus TERMINUS] [\-\-extra HASH] \fBDESCRIPTION\fR . .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 \fBsave\fR \- API only: create or overwrite an object\. @@ -210,6 +206,9 @@ This subcommand is an indirector face, which exposes \fBfind\fR, \fBsearch\fR, \ .IP "\(bu" 4 \fBrest\fR . +.IP "\(bu" 4 +\fBselector\fR +. .IP "" 0 . .SH "COPYRIGHT AND LICENSE" diff --git a/man/man8/puppet-filebucket.8 b/man/man8/puppet-filebucket.8 index 2a65b3b574f..4d50121bffc 100644 --- a/man/man8/puppet-filebucket.8 +++ b/man/man8/puppet-filebucket.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-FILEBUCKET" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-FILEBUCKET" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-filebucket\fR \- Store and retrieve files in a filebucket diff --git a/man/man8/puppet-help.8 b/man/man8/puppet-help.8 index bcca7921fd6..c3d7b8db55f 100644 --- a/man/man8/puppet-help.8 +++ b/man/man8/puppet-help.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-HELP" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-HELP" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-help\fR \- Display Puppet help\. @@ -10,16 +10,12 @@ puppet help \fIaction\fR . .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 \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 \fR, or \fB\-\-run_mode \fR as an argument\. . .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\. . .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 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\. . diff --git a/man/man8/puppet-inspect.8 b/man/man8/puppet-inspect.8 index 1e93e666c8c..791e20c0955 100644 --- a/man/man8/puppet-inspect.8 +++ b/man/man8/puppet-inspect.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-INSPECT" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-INSPECT" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-inspect\fR \- Send an inspection report diff --git a/man/man8/puppet-instrumentation_data.8 b/man/man8/puppet-instrumentation_data.8 index e5e7efcd8e6..2110dbca5ca 100644 --- a/man/man8/puppet-instrumentation_data.8 +++ b/man/man8/puppet-instrumentation_data.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-INSTRUMENTATION_DATA" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-INSTRUMENTATION_DATA" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-instrumentation_data\fR \- Manage instrumentation listener accumulated data\. @@ -13,16 +13,12 @@ puppet instrumentation_data \fIaction\fR [\-\-terminus TERMINUS] [\-\-extra HASH This subcommand allows to retrieve the various listener data\. . .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 \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 \fR, or \fB\-\-run_mode \fR as an argument\. . .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\. . .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 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\. . @@ -93,7 +89,7 @@ puppet instrumentation_data info [\-\-terminus TERMINUS] [\-\-extra HASH] \fBDESCRIPTION\fR . .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 \fBsave\fR \- Invalid for this subcommand\. diff --git a/man/man8/puppet-instrumentation_listener.8 b/man/man8/puppet-instrumentation_listener.8 index 27a77b3fe54..35ce84f78c0 100644 --- a/man/man8/puppet-instrumentation_listener.8 +++ b/man/man8/puppet-instrumentation_listener.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-INSTRUMENTATION_LISTENER" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-INSTRUMENTATION_LISTENER" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-instrumentation_listener\fR \- Manage instrumentation listeners\. @@ -13,16 +13,12 @@ puppet instrumentation_listener \fIaction\fR [\-\-terminus TERMINUS] [\-\-extra This subcommand enables/disables or list instrumentation listeners\. . .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 \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 \fR, or \fB\-\-run_mode \fR as an argument\. . .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\. . .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 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\. . @@ -131,7 +127,7 @@ puppet instrumentation_listener info [\-\-terminus TERMINUS] [\-\-extra HASH] \fBDESCRIPTION\fR . .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 \fBsave\fR \- API only: modify an instrumentation listener status\. diff --git a/man/man8/puppet-instrumentation_probe.8 b/man/man8/puppet-instrumentation_probe.8 index 11b4e5a2522..a883c7cbb9d 100644 --- a/man/man8/puppet-instrumentation_probe.8 +++ b/man/man8/puppet-instrumentation_probe.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-INSTRUMENTATION_PROBE" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-INSTRUMENTATION_PROBE" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-instrumentation_probe\fR \- Manage instrumentation probes\. @@ -13,16 +13,12 @@ puppet instrumentation_probe \fIaction\fR [\-\-terminus TERMINUS] [\-\-extra HAS This subcommand enables/disables or list instrumentation listeners\. . .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 \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 \fR, or \fB\-\-run_mode \fR as an argument\. . .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\. . .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 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\. . @@ -125,7 +121,7 @@ puppet instrumentation_probe info [\-\-terminus TERMINUS] [\-\-extra HASH] \fBDESCRIPTION\fR . .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 \fBsave\fR \- API only: enable all instrumentation probes\. diff --git a/man/man8/puppet-key.8 b/man/man8/puppet-key.8 index 4183fdce32f..9f4553ee52a 100644 --- a/man/man8/puppet-key.8 +++ b/man/man8/puppet-key.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-KEY" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-KEY" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-key\fR \- Create, save, and remove certificate keys\. @@ -13,16 +13,12 @@ puppet key \fIaction\fR [\-\-terminus TERMINUS] [\-\-extra HASH] This subcommand manages certificate private keys\. Keys are created automatically by puppet agent and when certificate requests are generated with \'puppet certificate generate\'; it should not be necessary to use this subcommand directly\. . .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 \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 \fR, or \fB\-\-run_mode \fR as an argument\. . .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\. . .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 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\. . @@ -87,7 +83,7 @@ puppet key info [\-\-terminus TERMINUS] [\-\-extra HASH] \fBDESCRIPTION\fR . .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 \fBsave\fR \- API only: create or overwrite an object\. @@ -122,6 +118,9 @@ This subcommand is an indirector face, which exposes \fBfind\fR, \fBsearch\fR, \ \fBca\fR . .IP "\(bu" 4 +\fBdisabled_ca\fR +. +.IP "\(bu" 4 \fBfile\fR . .IP "" 0 diff --git a/man/man8/puppet-kick.8 b/man/man8/puppet-kick.8 index 35a5dbdac86..3e587fcbe43 100644 --- a/man/man8/puppet-kick.8 +++ b/man/man8/puppet-kick.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-KICK" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-KICK" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-kick\fR \- Remotely control puppet agent @@ -101,6 +101,10 @@ Whether the client should ignore schedules when running its configuration\. This How parallel to make the connections\. Parallelization is provided by forking for each client to which to connect\. The default is 1, meaning serial execution\. . .TP +\-\-puppetport +Use the specified TCP port to connect to agents\. Defaults to 8139\. +. +.TP \-\-tag Specify a tag for selecting the objects to apply\. Does not work with the \-\-test option\. . diff --git a/man/man8/puppet-man.8 b/man/man8/puppet-man.8 index 05251a630fd..6edec54809c 100644 --- a/man/man8/puppet-man.8 +++ b/man/man8/puppet-man.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-MAN" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-MAN" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-man\fR \- Display Puppet manual pages\. @@ -13,16 +13,12 @@ puppet man \fIaction\fR This subcommand displays manual pages for all Puppet subcommands\. If the \fBronn\fR gem (\fIhttps://github\.com/rtomayko/ronn/\fR) is installed on your system, puppet man will display fully\-formated man pages\. If \fBronn\fR is not available, puppet man will display the raw (but human\-readable) source text in a pager\. . .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 \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 \fR, or \fB\-\-run_mode \fR as an argument\. . .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\. . .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 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\. . diff --git a/man/man8/puppet-master.8 b/man/man8/puppet-master.8 index 88e6e69e8ef..323e3688a2a 100644 --- a/man/man8/puppet-master.8 +++ b/man/man8/puppet-master.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-MASTER" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-MASTER" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-master\fR \- The puppet master daemon @@ -75,4 +75,4 @@ Close file descriptors for log files and reopen them\. Used with logrotate\. Luke Kanies . .SH "COPYRIGHT" -Copyright (c) 2011 Puppet Labs, LLC Licensed under the Apache 2\.0 License +Copyright (c) 2012 Puppet Labs, LLC Licensed under the Apache 2\.0 License diff --git a/man/man8/puppet-module.8 b/man/man8/puppet-module.8 index 32ba2875325..3fc9fd7dd0d 100644 --- a/man/man8/puppet-module.8 +++ b/man/man8/puppet-module.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-MODULE" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-MODULE" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-module\fR \- Creates, installs and searches for modules on the Puppet Forge\. @@ -13,16 +13,12 @@ puppet module \fIaction\fR [\-\-environment production ] [\-\-modulepath $confdi This subcommand can find, install, and manage modules from the Puppet Forge, a repository of user\-contributed Puppet code\. It can also generate empty modules, and prepare locally developed modules for release on the Forge\. . .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 \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 \fR, or \fB\-\-run_mode \fR as an argument\. . .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\. . .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 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\. . @@ -49,7 +45,7 @@ The search path for modules, as a list of directories separated by the system pa \fBSYNOPSIS\fR . .IP -puppet module build \fIpath\fR +puppet module build [\fIpath\fR] . .IP \fBDESCRIPTION\fR @@ -124,7 +120,7 @@ puppet module install [\-\-force | \-f] [\-\-target\-dir DIR | \-i DIR] [\-\-ign Installs a module from the Puppet Forge or from a release archive file\. . .IP -The specified module will be installed into the directory specified with the \fB\-\-target\-dir\fR option, which defaults to /Users/matthaus/\.puppet/modules\. +The specified module will be installed into the directory specified with the \fB\-\-target\-dir\fR option, which defaults to /Users/josh/\.puppet/modules\. . .IP \fBOPTIONS\fR \fI\-\-force\fR | \fI\-f\fR \- Force overwrite of existing module, if any\. @@ -251,7 +247,13 @@ Hash Build a module release: . .P -$ puppet module build puppetlabs\-apache notice: Building /Users/kelseyhightower/puppetlabs\-apache for release puppetlabs\-apache/pkg/puppetlabs\-apache\-0\.0\.1\.tar\.gz +$ puppet module build puppetlabs\-apache notice: Building /Users/kelseyhightower/puppetlabs\-apache for release Module built: /Users/kelseyhightower/puppetlabs\-apache/pkg/puppetlabs\-apache\-0\.0\.1\.tar\.gz +. +.P +Build the module in the current working directory: +. +.P +$ cd /Users/kelseyhightower/puppetlabs\-apache $ puppet module build notice: Building /Users/kelseyhightower/puppetlabs\-apache for release Module built: /Users/kelseyhightower/puppetlabs\-apache/pkg/puppetlabs\-apache\-0\.0\.1\.tar\.gz . .P \fBchanges\fR diff --git a/man/man8/puppet-node.8 b/man/man8/puppet-node.8 index e0aad128137..6b9aca5b782 100644 --- a/man/man8/puppet-node.8 +++ b/man/man8/puppet-node.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-NODE" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-NODE" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-node\fR \- View and manage node definitions\. @@ -13,16 +13,12 @@ puppet node \fIaction\fR [\-\-terminus TERMINUS] [\-\-extra HASH] This subcommand interacts with node objects, which are used by Puppet to build a catalog\. A node object consists of the node\'s facts, environment, node parameters (exposed in the parser as top\-scope variables), and classes\. . .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 \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 \fR, or \fB\-\-run_mode \fR as an argument\. . .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\. . .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 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\. . @@ -50,8 +46,9 @@ The terminus for an action is often determined by context, but occasionally need . .SH "ACTIONS" . -.IP "\(bu" 4 -\fBclean\fR \- Clean up everything a puppetmaster knows about a node: \fBSYNOPSIS\fR +.TP +\fBclean\fR \- Clean up everything a puppetmaster knows about a node\. +\fBSYNOPSIS\fR . .IP puppet node clean [\-\-terminus TERMINUS] [\-\-extra HASH] [\-\-[no\-]unexport] \fIhost1\fR [\fIhost2\fR \.\.\.] @@ -60,33 +57,32 @@ puppet node clean [\-\-terminus TERMINUS] [\-\-extra HASH] [\-\-[no\-]unexport] \fBDESCRIPTION\fR . .IP -This includes +Clean up everything a puppet master knows about a node, including certificates and storeconfigs data\. . -.IP "\(bu" 4 -Signed certificates ($vardir/ssl/ca/signed/node\.domain\.pem) -. -.IP "\(bu" 4 -Cached facts ($vardir/yaml/facts/node\.domain\.yaml) +.IP +The full list of info cleaned by this action is: . -.IP "\(bu" 4 -Cached node stuff ($vardir/yaml/node/node\.domain\.yaml) +.IP +\fISigned certificates\fR \- ($vardir/ssl/ca/signed/node\.domain\.pem) . -.IP "\(bu" 4 -Reports ($vardir/reports/node\.domain) +.IP +\fICached facts\fR \- ($vardir/yaml/facts/node\.domain\.yaml) . -.IP "\(bu" 4 -Stored configs: it can either remove all data from an host in your storedconfig database, or with \-\-unexport turn every exported resource supporting ensure to absent so that any other host checking out their config can remove those exported configurations\. +.IP +\fICached node objects\fR \- ($vardir/yaml/node/node\.domain\.yaml) . -.IP "" 0 +.IP +\fIReports\fR \- ($vardir/reports/node\.domain) . .IP -This will unexport exported resources of a host, so that consumers of these resources can remove the exported resources and we will safely remove the node from our infrastructure\. +\fIStored configs\fR \- (in database) The clean action can either remove all data from a host in your storeconfigs database, or, with the \fI\-\-unexport\fR option, turn every exported resource supporting ensure to absent so that any other host that collected those resources can remove them\. Without unexporting, a removed node\'s exported resources become unmanaged by Puppet, and may linger as cruft unless you are purging that resource type\. . .IP -\fBOPTIONS\fR \fI\-\-[no\-]unexport\fR \- Unexport exported resources +\fBOPTIONS\fR \fI\-\-[no\-]unexport\fR \- Whether to remove this node\'s exported resources from other nodes . -.IP "\(bu" 4 -\fBdestroy\fR \- Invalid for this subcommand\.: \fBSYNOPSIS\fR +.TP +\fBdestroy\fR \- Invalid for this subcommand\. +\fBSYNOPSIS\fR . .IP puppet node destroy [\-\-terminus TERMINUS] [\-\-extra HASH] \fIkey\fR @@ -97,8 +93,9 @@ puppet node destroy [\-\-terminus TERMINUS] [\-\-extra HASH] \fIkey\fR .IP Invalid for this subcommand\. . -.IP "\(bu" 4 -\fBfind\fR \- Retrieve a node object\.: \fBSYNOPSIS\fR +.TP +\fBfind\fR \- Retrieve a node object\. +\fBSYNOPSIS\fR . .IP puppet node find [\-\-terminus TERMINUS] [\-\-extra HASH] \fIhost\fR @@ -118,8 +115,9 @@ A hash containing the node\'s \fBclasses\fR, \fBenvironment\fR, \fBexpiration\fR .IP RENDERING ISSUES: Rendering as string and json are currently broken; node objects can only be rendered as yaml\. . -.IP "\(bu" 4 -\fBinfo\fR \- Print the default terminus class for this face\.: \fBSYNOPSIS\fR +.TP +\fBinfo\fR \- Print the default terminus class for this face\. +\fBSYNOPSIS\fR . .IP puppet node info [\-\-terminus TERMINUS] [\-\-extra HASH] @@ -128,10 +126,11 @@ puppet node info [\-\-terminus TERMINUS] [\-\-extra HASH] \fBDESCRIPTION\fR . .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\. . -.IP "\(bu" 4 -\fBsave\fR \- Invalid for this subcommand\.: \fBSYNOPSIS\fR +.TP +\fBsave\fR \- Invalid for this subcommand\. +\fBSYNOPSIS\fR . .IP puppet node save [\-\-terminus TERMINUS] [\-\-extra HASH] \fIkey\fR @@ -142,8 +141,9 @@ puppet node save [\-\-terminus TERMINUS] [\-\-extra HASH] \fIkey\fR .IP Invalid for this subcommand\. . -.IP "\(bu" 4 -\fBsearch\fR \- Invalid for this subcommand\.: \fBSYNOPSIS\fR +.TP +\fBsearch\fR \- Invalid for this subcommand\. +\fBSYNOPSIS\fR . .IP puppet node search [\-\-terminus TERMINUS] [\-\-extra HASH] \fIquery\fR @@ -154,8 +154,6 @@ puppet node search [\-\-terminus TERMINUS] [\-\-extra HASH] \fIquery\fR .IP Invalid for this subcommand\. . -.IP "" 0 -. .SH "EXAMPLES" \fBfind\fR . @@ -169,7 +167,7 @@ $ puppet node find somenode\.puppetlabs\.lan \-\-terminus plain \-\-render\-as y Retrieve a node using the puppet master\'s configured ENC: . .P -$ puppet node find somenode\.puppetlabs\.lan \-\-terminus exec \-\-mode master \-\-render\-as yaml +$ puppet node find somenode\.puppetlabs\.lan \-\-terminus exec \-\-run_mode master \-\-render\-as yaml . .P Retrieve the same node from the puppet master: @@ -202,6 +200,9 @@ This subcommand is an indirector face, which exposes \fBfind\fR, \fBsearch\fR, \ \fBstore_configs\fR . .IP "\(bu" 4 +\fBwrite_only_yaml\fR +. +.IP "\(bu" 4 \fByaml\fR . .IP "" 0 diff --git a/man/man8/puppet-parser.8 b/man/man8/puppet-parser.8 index da71df7bac0..b486c606000 100644 --- a/man/man8/puppet-parser.8 +++ b/man/man8/puppet-parser.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-PARSER" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-PARSER" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-parser\fR \- Interact directly with the parser\. @@ -10,16 +10,12 @@ puppet parser \fIaction\fR . .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 \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 \fR, or \fB\-\-run_mode \fR as an argument\. . .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\. . .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 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\. . diff --git a/man/man8/puppet-plugin.8 b/man/man8/puppet-plugin.8 index ce61eb4600a..5029170c4be 100644 --- a/man/man8/puppet-plugin.8 +++ b/man/man8/puppet-plugin.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-PLUGIN" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-PLUGIN" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-plugin\fR \- Interact with the Puppet plugin system\. @@ -16,16 +16,12 @@ This subcommand provides network access to the puppet master\'s store of plugins The puppet master serves Ruby code collected from the \fBlib\fR directories of its modules\. These plugins can be used on agent nodes to extend Facter and implement custom types and providers\. Plugins are normally downloaded by puppet agent during the course of a run\. . .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 \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 \fR, or \fB\-\-run_mode \fR as an argument\. . .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\. . .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 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\. . diff --git a/man/man8/puppet-queue.8 b/man/man8/puppet-queue.8 index 14d5abe2ccc..aaca284cff8 100644 --- a/man/man8/puppet-queue.8 +++ b/man/man8/puppet-queue.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-QUEUE" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-QUEUE" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-queue\fR \- Queuing daemon for asynchronous storeconfigs diff --git a/man/man8/puppet-report.8 b/man/man8/puppet-report.8 index dee29cb9f91..489cda93bad 100644 --- a/man/man8/puppet-report.8 +++ b/man/man8/puppet-report.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-REPORT" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-REPORT" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-report\fR \- Create, display, and submit reports\. @@ -10,16 +10,12 @@ puppet report \fIaction\fR [\-\-terminus TERMINUS] [\-\-extra HASH] . .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 \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 \fR, or \fB\-\-run_mode \fR as an argument\. . .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\. . .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 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\. . @@ -84,7 +80,7 @@ puppet report info [\-\-terminus TERMINUS] [\-\-extra HASH] \fBDESCRIPTION\fR . .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 \fBsave\fR \- API only: submit a report\. diff --git a/man/man8/puppet-resource.8 b/man/man8/puppet-resource.8 index 78fa049b074..82f8f432046 100644 --- a/man/man8/puppet-resource.8 +++ b/man/man8/puppet-resource.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-RESOURCE" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-RESOURCE" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-resource\fR \- The resource abstraction layer shell diff --git a/man/man8/puppet-resource_type.8 b/man/man8/puppet-resource_type.8 index 83eb642b6b5..85d125f6e4d 100644 --- a/man/man8/puppet-resource_type.8 +++ b/man/man8/puppet-resource_type.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-RESOURCE_TYPE" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-RESOURCE_TYPE" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-resource_type\fR \- View classes, defined resource types, and nodes from all manifests\. @@ -16,16 +16,12 @@ This subcommand reads information about the resource collections (classes, nodes It will eventually be extended to examine native resource types\. . .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 \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 \fR, or \fB\-\-run_mode \fR as an argument\. . .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\. . .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 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\. . @@ -105,7 +101,7 @@ puppet resource_type info [\-\-terminus TERMINUS] [\-\-extra HASH] \fBDESCRIPTION\fR . .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 \fBsave\fR \- Invalid for this subcommand\. diff --git a/man/man8/puppet-secret_agent.8 b/man/man8/puppet-secret_agent.8 index 7d060a3ede2..d687b7c0ae7 100644 --- a/man/man8/puppet-secret_agent.8 +++ b/man/man8/puppet-secret_agent.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-SECRET_AGENT" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-SECRET_AGENT" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-secret_agent\fR \- Mimics puppet agent\. @@ -13,16 +13,12 @@ puppet secret_agent \fIaction\fR This subcommand currently functions as a proof of concept, demonstrating how the Faces API exposes Puppet\'s internal systems to application logic; compare the actual code for puppet agent\. It will eventually replace puppet agent entirely, and can provide a template for users who wish to implement agent\-like functionality with non\-standard application logic\. . .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 \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 \fR, or \fB\-\-run_mode \fR as an argument\. . .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\. . .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 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\. . diff --git a/man/man8/puppet-status.8 b/man/man8/puppet-status.8 index 0793d992813..5cef3ca13f5 100644 --- a/man/man8/puppet-status.8 +++ b/man/man8/puppet-status.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-STATUS" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-STATUS" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-status\fR \- View puppet server status\. @@ -10,16 +10,12 @@ puppet status \fIaction\fR [\-\-terminus TERMINUS] [\-\-extra HASH] . .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 \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 \fR, or \fB\-\-run_mode \fR as an argument\. . .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\. . .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 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\. . @@ -102,7 +98,7 @@ puppet status info [\-\-terminus TERMINUS] [\-\-extra HASH] \fBDESCRIPTION\fR . .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 \fBsave\fR \- Invalid for this subcommand\. diff --git a/man/man8/puppet.8 b/man/man8/puppet.8 index 440033f8660..4e77ab843cd 100644 --- a/man/man8/puppet.8 +++ b/man/man8/puppet.8 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET" "8" "May 2012" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET" "8" "January 2013" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\fR