[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, experimental, updated. debian/2.6.8-1-844-g7ec39d5

nfagerlund nick.fagerlund at gmail.com
Tue May 10 08:04:57 UTC 2011


The following commit has been merged in the experimental branch:
commit ae4112b4ea9631d402ecd072322bce738161fbc4
Author: nfagerlund <nick.fagerlund at gmail.com>
Date:   Wed Feb 16 18:40:42 2011 -0800

    (#1204) Add manpages for modern apps and update puppet.conf manpage

diff --git a/man/man5/puppet.conf.5 b/man/man5/puppet.conf.5
index feccf10..f6c9926 100644
--- a/man/man5/puppet.conf.5
+++ b/man/man5/puppet.conf.5
@@ -2,7 +2,7 @@
 .\" http://github.com/rtomayko/ronn/tree/0.7.3
 .
 .TH "PUPPETCONF" "5" "February 2011" "Puppet Labs, LLC" "Puppet manual"
-\fBThis page is autogenerated; any changes will get overwritten\fR \fI(last generated on Wed Feb 16 17:06:38 \-0800 2011)\fR
+\fBThis page is autogenerated; any changes will get overwritten\fR \fI(last generated on Thu Feb 17 09:56:34 \-0800 2011)\fR
 .
 .SH "Specifying Configuration Parameters"
 .
@@ -1589,4 +1589,4 @@ Boolean; whether to use the zlib library
 .IP "" 0
 .
 .P
-\fIThis page autogenerated on Wed Feb 16 17:06:38 \-0800 2011\fR
+\fIThis page autogenerated on Thu Feb 17 09:56:34 \-0800 2011\fR
diff --git a/man/man8/puppetd.8 b/man/man8/puppet-agent.8
similarity index 100%
copy from man/man8/puppetd.8
copy to man/man8/puppet-agent.8
diff --git a/man/man8/puppet-apply.8 b/man/man8/puppet-apply.8
new file mode 100644
index 0000000..d8d864b
--- /dev/null
+++ b/man/man8/puppet-apply.8
@@ -0,0 +1,75 @@
+.\" generated with Ronn/v0.7.3
+.\" http://github.com/rtomayko/ronn/tree/0.7.3
+.
+.TH "PUPPET\-APPLY" "8" "February 2011" "Puppet Labs, LLC" "Puppet manual"
+.
+.SH "NAME"
+\fBpuppet\-apply\fR \- Apply Puppet manifests locally
+.
+.SH "SYNOPSIS"
+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] [\-\-apply \fIcatalog\fR] \fIfile\fR
+.
+.SH "DESCRIPTION"
+This is the standalone puppet execution tool; use it to apply individual manifests\.
+.
+.P
+When provided with a modulepath, via command line or config file, puppet apply can effectively mimic the catalog that would be served by puppet master with access to the same modules, although there are some subtle differences\. When combined with scheduling and an automated system for pushing manifests, this can be used to implement a serverless Puppet site\.
+.
+.P
+Most users should use \'puppet agent\' and \'puppet master\' for site\-wide manifests\.
+.
+.SH "OPTIONS"
+Note that any configuration parameter that\'s valid in the configuration file is also a valid long argument\. For example, \'modulepath\' is a valid configuration parameter, so you can specify \'\-\-tags \fIclass\fR,\fItag\fR\' as an argument\.
+.
+.P
+See the configuration file documentation at http://docs\.puppetlabs\.com/references/stable/configuration\.html for the full list of acceptable parameters\. A commented list of all configuration options can also be generated by running puppet with \'\-\-genconfig\'\.
+.
+.TP
+\-\-debug
+Enable full debugging\.
+.
+.TP
+\-\-detailed\-exitcodes
+Provide transaction information via exit codes\. If this is enabled, an exit code of \'2\' means there were changes, and an exit code of \'4\' means that there were failures during the transaction\.
+.
+.TP
+\-\-help
+Print this help message
+.
+.TP
+\-\-loadclasses
+Load any stored classes\. \'puppet agent\' caches configured classes (usually at /etc/puppet/classes\.txt), and setting this option causes all of those classes to be set in your puppet manifest\.
+.
+.TP
+\-\-logdest
+Where to send messages\. Choose between syslog, the console, and a log file\. Defaults to sending messages to the console\.
+.
+.TP
+\-\-execute
+Execute a specific piece of Puppet code
+.
+.TP
+\-\-verbose
+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\.
+.
+.SH "EXAMPLE"
+.
+.nf
+
+$ puppet apply \-l /tmp/manifest\.log manifest\.pp
+$ puppet apply \-\-modulepath=/root/dev/modules \-e "include ntpd::server"
+.
+.fi
+.
+.SH "AUTHOR"
+Luke Kanies
+.
+.SH "COPYRIGHT"
+Copyright (c) 2005 Puppet Labs, LLC Licensed under the GNU Public License
diff --git a/man/man8/puppetca.8 b/man/man8/puppet-cert.8
similarity index 100%
copy from man/man8/puppetca.8
copy to man/man8/puppet-cert.8
diff --git a/man/man8/pi.8 b/man/man8/puppet-describe.8
similarity index 100%
copy from man/man8/pi.8
copy to man/man8/puppet-describe.8
diff --git a/man/man8/puppetdoc.8 b/man/man8/puppet-doc.8
similarity index 100%
copy from man/man8/puppetdoc.8
copy to man/man8/puppet-doc.8
diff --git a/man/man8/filebucket.8 b/man/man8/puppet-filebucket.8
similarity index 100%
copy from man/man8/filebucket.8
copy to man/man8/puppet-filebucket.8
diff --git a/man/man8/puppet-inspect.8 b/man/man8/puppet-inspect.8
new file mode 100644
index 0000000..ae19dee
--- /dev/null
+++ b/man/man8/puppet-inspect.8
@@ -0,0 +1,28 @@
+.\" generated with Ronn/v0.7.3
+.\" http://github.com/rtomayko/ronn/tree/0.7.3
+.
+.TH "PUPPET\-INSPECT" "8" "February 2011" "Puppet Labs, LLC" "Puppet manual"
+.
+.SH "NAME"
+\fBpuppet\-inspect\fR \- Send an inspection report
+.
+.SH "SYNOPSIS"
+Prepares and submits an inspection report to the puppet master\.
+.
+.SH "USAGE"
+puppet inspect
+.
+.SH "DESCRIPTION"
+This command uses the cached catalog from the previous run of \'puppet agent\' to determine which attributes of which resources have been marked as auditable with the \'audit\' metaparameter\. It then examines the current state of the system, writes the state of the specified resource attributes to a report, and submits the report to the puppet master\.
+.
+.P
+Puppet inspect does not run as a daemon, and must be run manually or from cron\.
+.
+.SH "OPTIONS"
+Any configuration setting which is valid in the configuration file is also a valid long argument, e\.g\. \'\-\-server=master\.domain\.com\'\. See the configuration file documentation at http://docs\.puppetlabs\.com/references/latest/configuration\.html for the full list of acceptable settings\.
+.
+.SH "AUTHOR"
+Puppet Labs
+.
+.SH "COPYRIGHT"
+Copyright (c) 2011 Puppet Labs, LLC Licensed under the GNU General Public License version 2
diff --git a/man/man8/puppetrun.8 b/man/man8/puppet-kick.8
similarity index 100%
copy from man/man8/puppetrun.8
copy to man/man8/puppet-kick.8
diff --git a/man/man8/puppetmasterd.8 b/man/man8/puppet-master.8
similarity index 100%
copy from man/man8/puppetmasterd.8
copy to man/man8/puppet-master.8
diff --git a/man/man8/puppetqd.8 b/man/man8/puppet-queue.8
similarity index 100%
copy from man/man8/puppetqd.8
copy to man/man8/puppet-queue.8
diff --git a/man/man8/ralsh.8 b/man/man8/puppet-resource.8
similarity index 94%
copy from man/man8/ralsh.8
copy to man/man8/puppet-resource.8
index f1bc849..738537e 100644
--- a/man/man8/ralsh.8
+++ b/man/man8/puppet-resource.8
@@ -10,7 +10,7 @@
 Uses the Puppet RAL to directly interact with the system\.
 .
 .SH "USAGE"
-puppet resource [\-h|\-\-help] [\-d|\-\-debug] [\-v|\-\-verbose] [\-e|\-\-edit] [\-H|\-\-host \fIhost\fR] [\-p|\-\-param] [\-t|\-\-types] \fItype\fR [\fIname\fR] [\fIattribute\fR=\fIvalue\fR \.\.\.]
+puppet resource [\-h|\-\-help] [\-d|\-\-debug] [\-v|\-\-verbose] [\-e|\-\-edit] [\-H|\-\-host \fIhost\fR] [\-p|\-\-param \fIparameter\fR] [\-t|\-\-types] \fItype\fR [\fIname\fR] [\fIattribute\fR=\fIvalue\fR \.\.\.]
 .
 .SH "DESCRIPTION"
 This command provides simple facilities for converting current system state into Puppet code, along with some ability to modify the current state using Puppet\'s RAL\.
diff --git a/man/man8/ralsh.8 b/man/man8/ralsh.8
index f1bc849..738537e 100644
--- a/man/man8/ralsh.8
+++ b/man/man8/ralsh.8
@@ -10,7 +10,7 @@
 Uses the Puppet RAL to directly interact with the system\.
 .
 .SH "USAGE"
-puppet resource [\-h|\-\-help] [\-d|\-\-debug] [\-v|\-\-verbose] [\-e|\-\-edit] [\-H|\-\-host \fIhost\fR] [\-p|\-\-param] [\-t|\-\-types] \fItype\fR [\fIname\fR] [\fIattribute\fR=\fIvalue\fR \.\.\.]
+puppet resource [\-h|\-\-help] [\-d|\-\-debug] [\-v|\-\-verbose] [\-e|\-\-edit] [\-H|\-\-host \fIhost\fR] [\-p|\-\-param \fIparameter\fR] [\-t|\-\-types] \fItype\fR [\fIname\fR] [\fIattribute\fR=\fIvalue\fR \.\.\.]
 .
 .SH "DESCRIPTION"
 This command provides simple facilities for converting current system state into Puppet code, along with some ability to modify the current state using Puppet\'s RAL\.

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list