updated on Sun Jan 15 20:01:04 UTC 2012
[aur-mirror.git] / puppet / puppet.conf
blob169f28b3bac21ff70a331133dc025a2174e18eb4
1 [main]
2     # The Puppet log directory.
3     # The default value is '$vardir/log'.
4     logdir = /var/log/puppet
6     # Where Puppet PID files are kept.
7     # The default value is '$vardir/run'.
8     rundir = /var/run/puppet
10     # Where SSL certificates are kept.
11     # The default value is '$confdir/ssl'.
12     ssldir = $vardir/ssl
13     factpath=$vardir/lib/facter
14     pluginsync=true
17 [agent]
18     # The file in which puppetd stores a list of the classes
19     # associated with the retrieved configuratiion.  Can be loaded in
20     # the separate ``puppet`` executable using the ``--loadclasses``
21     # option.
22     # The default value is '$confdir/classes.txt'.
23     classfile = $vardir/classes.txt
25     # Where puppetd caches the local configuration.  An
26     # extension indicating the cache format is added automatically.
27     # The default value is '$confdir/localconfig'.
28     localconfig = $vardir/localconfig
30 #[master]