/[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 2009 - (show annotations) (download)
Mon Sep 19 08:51:23 2011 UTC (12 years, 7 months ago) by misc
File size: 1776 byte(s)
allow to change environment easyly on commandline
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 modulepath = $confdir/modules:$confdir/deployment:$confdir/external:/usr/share/puppet/modules
15
16 [master]
17 certname = puppet.<%= domain %>
18
19 # tagmail should be kept last, until this bug is fixed
20 # https://projects.puppetlabs.com/issues/5018
21 reports = store,tagmail
22 reportfrom = root@<%= domain %>
23
24 # Never remove this:
25 # Store config is used to populate others configs
26 storeconfigs = true
27 dbadapter = sqlite3
28 dblocation = /var/lib/puppet/storeconfigs.db
29
30
31 [agent]
32 server = puppet.<%= domain %>
33
34 pluginsync = true
35
36 # unfortunately, ecosse and jonund sync at the same time, thus causing problem
37 # the proper fix is to use something else than sqlite for stored config, but this would
38 # take more time to deploy, so the quick fix is this one (misc, 04/07/2011)
39 splay = true
40
41 report = true
42 <% if environment %>
43 environment = <%= environment %>
44 <% end %>
45 # The file in which puppetd stores a list of the classes
46 # associated with the retrieved configuratiion. Can be loaded in
47 # the separate ``puppet`` executable using the ``--loadclasses``
48 # option.
49 # The default value is '$confdir/classes.txt'.
50 classfile = $vardir/classes.txt
51
52 # Where puppetd caches the local configuration. An
53 # extension indicating the cache format is added automatically.
54 # The default value is '$confdir/localconfig'.
55 localconfig = $vardir/localconfig

  ViewVC Help
Powered by ViewVC 1.1.30