/[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 1895 - (hide annotations) (download)
Thu Jul 21 09:21:29 2011 UTC (12 years, 9 months ago) by nanardon
File size: 1646 byte(s)
- abandon storeconfig
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 misc 741
14     modulepath = $confdir/modules:$confdir/deployment:$confdir/external:/usr/share/puppet/modules
15 misc 154
16 misc 164 [master]
17 misc 163 certname = puppetmaster.<%= domain %>
18    
19 misc 594 # tagmail should be kept last, until this bug is fixed
20     # https://projects.puppetlabs.com/issues/5018
21     reports = store,tagmail
22 misc 730 reportfrom = root@<%= domain %>
23 misc 594
24 nanardon 1895 # storeconfigs = true
25     # dbadapter = sqlite3
26     # dblocation = /var/lib/puppet/storeconfigs.db
27 misc 514
28    
29 misc 164 [agent]
30 misc 154 server = puppetmaster.<%= domain %>
31    
32 misc 336 pluginsync = true
33    
34 misc 1800 # unfortunately, ecosse and jonund sync at the same time, thus causing problem
35     # the proper fix is to use something else than sqlite for stored config, but this would
36     # take more time to deploy, so the quick fix is this one (misc, 04/07/2011)
37     splay = true
38 misc 637
39 misc 166 report = true
40 misc 670
41 misc 154 # The file in which puppetd stores a list of the classes
42     # associated with the retrieved configuratiion. Can be loaded in
43     # the separate ``puppet`` executable using the ``--loadclasses``
44     # option.
45     # The default value is '$confdir/classes.txt'.
46     classfile = $vardir/classes.txt
47    
48     # Where puppetd caches the local configuration. An
49     # extension indicating the cache format is added automatically.
50     # The default value is '$confdir/localconfig'.
51     localconfig = $vardir/localconfig

  ViewVC Help
Powered by ViewVC 1.1.30