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

Contents of /puppet/modules/puppet/templates/puppet.agent.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2595 - (show annotations) (download)
Sat Mar 17 20:48:46 2012 UTC (12 years, 1 month ago) by misc
File size: 959 byte(s)
add graphing support, so we can see graph of all our objects
1 [agent]
2 server = puppet.<%= domain %>
3
4 pluginsync = true
5
6 # unfortunately, ecosse and jonund sync at the same time, thus causing problem
7 # the proper fix is to use something else than sqlite for stored config, but this would
8 # take more time to deploy, so the quick fix is this one (misc, 04/07/2011)
9 splay = true
10
11 report = true
12
13 graph = true
14 <% if environment %>
15 environment = <%= environment %>
16 <% end %>
17 # The file in which puppetd stores a list of the classes
18 # associated with the retrieved configuratiion. Can be loaded in
19 # the separate ``puppet`` executable using the ``--loadclasses``
20 # option.
21 # The default value is '$confdir/classes.txt'.
22 classfile = $vardir/classes.txt
23
24 # Where puppetd caches the local configuration. An
25 # extension indicating the cache format is added automatically.
26 # The default value is '$confdir/localconfig'.
27 localconfig = $vardir/localconfig

  ViewVC Help
Powered by ViewVC 1.1.30