diff options
Diffstat (limited to 'man/man8/puppet.8')
-rw-r--r-- | man/man8/puppet.8 | 75 |
1 files changed, 2 insertions, 73 deletions
diff --git a/man/man8/puppet.8 b/man/man8/puppet.8 index d34711bb2..7fa2a05c2 100644 --- a/man/man8/puppet.8 +++ b/man/man8/puppet.8 @@ -3,80 +3,9 @@ \- .\" Man page generated from reStructeredText. . -.SH SYNOPSIS .sp -Run a stand\-alone +puppet+ manifest. -.SH USAGE -.INDENT 0.0 -.INDENT 3.5 -.INDENT 0.0 -.TP -.B puppet [\-h|\-\-help] [\-V|\-\-version] [\-d|\-\-debug] [\-v|\-\-verbose] [\-e|\-\-execute] -. -[\-\-detailed\-exitcodes] [\-l|\-\-logdest <file>] <file> -.UNINDENT -.UNINDENT -.UNINDENT -.SH DESCRIPTION -.sp -This is the standalone puppet execution tool; use it to execute -individual manifests that you write. If you need to execute site\-wide -manifests, use +puppetd+ and +puppetmasterd+. -.SH OPTIONS -.sp -Note that any configuration parameter that\(aqs valid in the configuration -file is also a valid long argument. For example, \(aqssldir\(aq is a valid -configuration parameter, so you can specify \(aq\-\-ssldir <directory>\(aq as an -argument. -.sp -See the configuration file documentation at -\fI\%http://docs/puppetlabs.com/references/stable/configuration.html\fP for the -full list of acceptable parameters. A commented list of all -configuration options can also be generated by running puppet with -\(aq\-\-genconfig\(aq. -.sp -debug: Enable full debugging. -.INDENT 0.0 -.TP -.B detailed\-exitcodes: Provide transaction information via exit codes. If -. -this is enabled, an exit code of \(aq2\(aq means there -were changes, and an exit code of \(aq4\(aq means that -there were failures during the transaction. -.UNINDENT -.sp -help: Print this help message -.INDENT 0.0 -.TP -.B loadclasses: Load any stored classes. +puppetd+ 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 -.B logdest: Where to send messages. Choose between syslog, the -. -console, and a log file. Defaults to sending -messages to the console. -.UNINDENT -.sp -execute: Execute a specific piece of Puppet code -.sp -verbose: Print extra information. -.SH EXAMPLE -.INDENT 0.0 -.INDENT 3.5 -.sp -puppet \-l /tmp/manifest.log manifest.pp -.UNINDENT -.UNINDENT -.SH AUTHOR -.sp -Luke Kanies -.SH COPYRIGHT -.sp -Copyright (c) 2005 Reductive Labs, LLC Licensed under the GNU Public -License +Usage: puppet command <space separated arguments> +Available commands are: agent, apply, cert, describe, doc, filebucket, kick, master, pi, puppet, puppetca, puppetd, puppetdoc, puppetmasterd, puppetqd, puppetrun, queue, ralsh, resource .\" Generated by docutils manpage writer. .\" . |