/[adm]/puppet/modules/puppet/templates/puppet.conf
ViewVC logotype

Contents of /puppet/modules/puppet/templates/puppet.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 166 - (show annotations) (download)
Fri Nov 5 18:58:30 2010 UTC (14 years, 4 months ago) by misc
File size: 987 byte(s)
- enable reporting, as explained on http://projects.puppetlabs.com/projects/1/wiki/Reports_And_Reporting

1 [main]
2 # The Puppet log directory.
3 # The default value is '$vardir/log'.
4 logdir = /var/log/puppet
5
6 # Where Puppet PID files are kept.
7 # The default value is '$vardir/run'.
8 rundir = /var/run/puppet
9
10 # Where SSL certificates are kept.
11 # The default value is '$confdir/ssl'.
12 ssldir = $vardir/ssl
13
14 [master]
15 certname = puppetmaster.<%= domain %>
16 reports = tagmail
17
18 [agent]
19 server = puppetmaster.<%= domain %>
20
21 report = true
22 # The file in which puppetd stores a list of the classes
23 # associated with the retrieved configuratiion. Can be loaded in
24 # the separate ``puppet`` executable using the ``--loadclasses``
25 # option.
26 # The default value is '$confdir/classes.txt'.
27 classfile = $vardir/classes.txt
28
29 # Where puppetd caches the local configuration. An
30 # extension indicating the cache format is added automatically.
31 # The default value is '$confdir/localconfig'.
32 localconfig = $vardir/localconfig

  ViewVC Help
Powered by ViewVC 1.1.30