/[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 514 - (hide annotations) (download)
Mon Dec 6 16:59:45 2010 UTC (13 years, 4 months ago) by misc
File size: 1115 byte(s)
- enable stored config

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 misc 514 reports = tagmail,store
17 misc 163
18 misc 514 storeconfigs = true
19     dbadapter = sqlite3
20     dblocation = /var/lib/puppet/storeconfigs.db
21    
22    
23 misc 164 [agent]
24 misc 154 server = puppetmaster.<%= domain %>
25    
26 misc 336 pluginsync = true
27    
28 misc 166 report = true
29 misc 154 # The file in which puppetd stores a list of the classes
30     # associated with the retrieved configuratiion. Can be loaded in
31     # the separate ``puppet`` executable using the ``--loadclasses``
32     # option.
33     # The default value is '$confdir/classes.txt'.
34     classfile = $vardir/classes.txt
35    
36     # Where puppetd caches the local configuration. An
37     # extension indicating the cache format is added automatically.
38     # The default value is '$confdir/localconfig'.
39     localconfig = $vardir/localconfig

  ViewVC Help
Powered by ViewVC 1.1.30