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

Annotation of /puppet/modules/puppet/templates/puppet.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 670 - (hide annotations) (download)
Thu Jan 6 01:33:44 2011 UTC (13 years, 3 months ago) by misc
File size: 1420 byte(s)
- use root instead of reports@, for migration to a ml
1 misc 154 [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 misc 164 [master]
15 misc 163 certname = puppetmaster.<%= domain %>
16    
17 misc 594 # tagmail should be kept last, until this bug is fixed
18     # https://projects.puppetlabs.com/issues/5018
19     reports = store,tagmail
20    
21 misc 514 storeconfigs = true
22     dbadapter = sqlite3
23     dblocation = /var/lib/puppet/storeconfigs.db
24    
25    
26 misc 164 [agent]
27 misc 154 server = puppetmaster.<%= domain %>
28    
29 misc 336 pluginsync = true
30    
31 misc 637 # (misc) a attempt to mitigate issue of all nodes running at the same
32     # time, due to logrotate syncing them to run at 0 and 30
33     splay = true
34    
35 misc 166 report = true
36 misc 670 reportfrom = root@<%= domain %>
37    
38 misc 154 # The file in which puppetd stores a list of the classes
39     # associated with the retrieved configuratiion. Can be loaded in
40     # the separate ``puppet`` executable using the ``--loadclasses``
41     # option.
42     # The default value is '$confdir/classes.txt'.
43     classfile = $vardir/classes.txt
44    
45     # Where puppetd caches the local configuration. An
46     # extension indicating the cache format is added automatically.
47     # The default value is '$confdir/localconfig'.
48     localconfig = $vardir/localconfig

  ViewVC Help
Powered by ViewVC 1.1.30