summaryrefslogtreecommitdiffstats
path: root/man/man8/puppet-queue.8
diff options
context:
space:
mode:
authornfagerlund <nick.fagerlund@gmail.com>2011-02-16 18:40:42 -0800
committernfagerlund <nick.fagerlund@gmail.com>2011-02-17 12:01:18 -0800
commitae4112b4ea9631d402ecd072322bce738161fbc4 (patch)
tree10c848504eed490359873ff31f86e2a83518752a /man/man8/puppet-queue.8
parentf6485d6eb8378e874ca22e67c2976835ab7601fa (diff)
downloadpuppet-ae4112b4ea9631d402ecd072322bce738161fbc4.tar.gz
puppet-ae4112b4ea9631d402ecd072322bce738161fbc4.tar.xz
puppet-ae4112b4ea9631d402ecd072322bce738161fbc4.zip
(#1204) Add manpages for modern apps and update puppet.conf manpage
Diffstat (limited to 'man/man8/puppet-queue.8')
-rw-r--r--man/man8/puppet-queue.855
1 files changed, 55 insertions, 0 deletions
diff --git a/man/man8/puppet-queue.8 b/man/man8/puppet-queue.8
new file mode 100644
index 000000000..7dbd683bf
--- /dev/null
+++ b/man/man8/puppet-queue.8
@@ -0,0 +1,55 @@
+.\" generated with Ronn/v0.7.3
+.\" http://github.com/rtomayko/ronn/tree/0.7.3
+.
+.TH "PUPPET\-QUEUE" "8" "February 2011" "Puppet Labs, LLC" "Puppet manual"
+.
+.SH "NAME"
+\fBpuppet\-queue\fR \- Queuing daemon for asynchronous storeconfigs
+.
+.SH "SYNOPSIS"
+Retrieves serialized storeconfigs records from a queue and processes them in order\.
+.
+.SH "USAGE"
+puppet queue [\-d|\-\-debug] [\-v|\-\-verbose]
+.
+.SH "DESCRIPTION"
+This application runs as a daemon and processes storeconfigs data, retrieving the data from a stomp server message queue and writing it to a database\.
+.
+.P
+For more information, including instructions for properly setting up your puppet master and message queue, see the documentation on setting up asynchronous storeconfigs at: http://projects\.puppetlabs\.com/projects/1/wiki/Using_Stored_Configuration
+.
+.SH "OPTIONS"
+Note that any configuration parameter that\'s valid in the configuration file is also a valid long argument\. For example, \'server\' is a valid configuration parameter, so you can specify \'\-\-server \fIservername\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 queue with \'\-\-genconfig\'\.
+.
+.TP
+\-\-debug
+Enable full debugging\.
+.
+.TP
+\-\-help
+Print this help message
+.
+.TP
+\-\-verbose
+Turn on verbose reporting\.
+.
+.TP
+\-\-version
+Print the puppet version number and exit\.
+.
+.SH "EXAMPLE"
+.
+.nf
+
+$ puppet queue
+.
+.fi
+.
+.SH "AUTHOR"
+Luke Kanies
+.
+.SH "COPYRIGHT"
+Copyright (c) 2009 Puppet Labs, LLC Licensed under the GNU Public License