1()                                                                          ()
2
3
4

NAME

6        -
7
8
9

SYNOPSIS

11       The  central  puppet  server.  Functions  as a certificate authority by
12       default.
13
14
15

USAGE

17       puppetmasterd [-D|--daemonize|--no-daemonize] [-d|--debug] [-h|--help]
18              [-l|--logdest  <file>|console|syslog]  [--nobucket]  [--nonodes]
19              [-v|--verbose] [-V|--version]
20
21
22
23

DESCRIPTION

25       This is the puppet central daemon.
26
27
28

OPTIONS

30       Note that any configuration parameter that´s valid in the configuration
31       file is also a valid long argument. For example, ´ssldir´  is  a  valid
32       configuration  parameter,  so you can specify ´--ssldir <directory>´ as
33       an argument.
34
35       See  the  configuration   file   documentation   at   http://reductive
36       labs.com/projects/puppet/reference/configref.html  for the full list of
37       acceptable parameters. A commented list of  all  configuration  options
38       can also be generated by running puppetmasterdd with ´--genconfig´.
39
40       daemonize:     Send  the  process  into  the  background.  This  is the
41       default.
42
43       no-daemonize: Do not send the process into the background.
44
45       debug:        Enable full debugging.
46
47       help:         Print this help message.
48
49
50
51       logdest: Where to send messages. Choose between syslog, the
52              console, and a log file. Defaults to sending messages to syslog,
53              or the console if debugging or verbosity is enabled.
54
55              nobucket:     Do not function as a file bucket.
56
57
58
59       nonodes: Do not use individual node designations; each node will
60              receive the result of evaluating the entire configuration.
61
62              noreports:    Do not start the reports server.
63
64              verbose:      Enable verbosity.
65
66              version:      Print the puppet version number and exit.
67
68
69

EXAMPLE

71       puppetmasterd
72
73
74
75

AUTHOR

77       Luke Kanies
78
79
80
82       Copyright  (c)  2005  Reductive Labs, LLC Licensed under the GNU Public
83       License
84
85
86
87
88
89                                                                            ()
Impressum