diff options
Diffstat (limited to 'man/man8/puppetmasterd.8')
-rw-r--r-- | man/man8/puppetmasterd.8 | 52 |
1 files changed, 22 insertions, 30 deletions
diff --git a/man/man8/puppetmasterd.8 b/man/man8/puppetmasterd.8 index cf1355192..5bfea2ef2 100644 --- a/man/man8/puppetmasterd.8 +++ b/man/man8/puppetmasterd.8 @@ -2,79 +2,71 @@ .SH NAME \- .\" Man page generated from reStructeredText. - +. .SH SYNOPSIS +.sp The central puppet server. Functions as a certificate authority by default. - - .SH USAGE .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 - .TP .B puppetmasterd [\-D|\-\-daemonize|\-\-no\-daemonize] [\-d|\-\-debug] [\-h|\-\-help] +. [\-l|\-\-logdest <file>|console|syslog] [\-v|\-\-verbose] [\-V|\-\-version] - .UNINDENT .UNINDENT .UNINDENT - .SH DESCRIPTION +.sp This is the puppet central daemon. - - .SH OPTIONS -Note that any configuration parameter that\'s valid in the configuration -file is also a valid long argument. For example, \'ssldir\' is a valid -configuration parameter, so you can specify \'\-\-ssldir <directory>\' as an +.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://reductivelabs.com/trac/puppet/wiki/ConfigurationReference\fP for the full list of acceptable parameters. A commented list of all configuration options can also be generated by running puppetmasterdd -with \'\-\-genconfig\'. - +with \(aq\-\-genconfig\(aq. +.sp daemonize: Send the process into the background. This is the default. - +.sp no\-daemonize: Do not send the process into the background. - +.sp debug: Enable full debugging. - +.sp help: Print this help message. - .INDENT 0.0 - .TP .B logdest: Where to send messages. Choose between syslog, the +. console, and a log file. Defaults to sending messages to syslog, or the console if debugging or verbosity is enabled. - .UNINDENT +.sp verbose: Enable verbosity. - +.sp version: Print the puppet version number and exit. - - .SH EXAMPLE .INDENT 0.0 .INDENT 3.5 +.sp puppetmasterd - .UNINDENT .UNINDENT - .SH AUTHOR +.sp Luke Kanies - - .SH COPYRIGHT +.sp Copyright (c) 2005 Reductive Labs, LLC Licensed under the GNU Public License - - -.\" Generated by docutils manpage writer on 2009-12-30 19:31. +.\" Generated by docutils manpage writer. .\" +. |