/[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 637 - (show annotations) (download)
Thu Dec 16 13:19:55 2010 UTC (13 years, 4 months ago) by misc
File size: 1380 byte(s)
- use splay paramater, so all node do not try to sync at the same time
I suspect the logs rotations to restart them all at 4h, and so they all
sync at the same time, thus leading to problem ( as we still use webrick, see
my mail on 14/12/2010, 14h04 )

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
17 # tagmail should be kept last, until this bug is fixed
18 # https://projects.puppetlabs.com/issues/5018
19 reports = store,tagmail
20
21 storeconfigs = true
22 dbadapter = sqlite3
23 dblocation = /var/lib/puppet/storeconfigs.db
24
25
26 [agent]
27 server = puppetmaster.<%= domain %>
28
29 pluginsync = true
30
31 # (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 report = true
36
37 # The file in which puppetd stores a list of the classes
38 # associated with the retrieved configuratiion. Can be loaded in
39 # the separate ``puppet`` executable using the ``--loadclasses``
40 # option.
41 # The default value is '$confdir/classes.txt'.
42 classfile = $vardir/classes.txt
43
44 # Where puppetd caches the local configuration. An
45 # extension indicating the cache format is added automatically.
46 # The default value is '$confdir/localconfig'.
47 localconfig = $vardir/localconfig

  ViewVC Help
Powered by ViewVC 1.1.30