forked from GeekSoc/Puppet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpuppet.conf
45 lines (34 loc) · 1.27 KB
/
puppet.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[main]
# The Puppet log directory.
# The default value is '$vardir/log'.
logdir = /var/log/puppet
# Where Puppet PID files are kept.
# The default value is '$vardir/run'.
rundir = /var/run/puppet
# Where SSL certificates are kept.
# The default value is '$confdir/ssl'.
ssldir = $vardir/ssl
vardir = /var/lib/puppet
[agent]
# The file in which puppetd stores a list of the classes
# associated with the retrieved configuratiion. Can be loaded in
# the separate ``puppet`` executable using the ``--loadclasses``
# option.
# The default value is '$confdir/classes.txt'.
classfile = $vardir/classes.txt
# Where puppetd caches the local configuration. An
# extension indicating the cache format is added automatically.
# The default value is '$confdir/localconfig'.
localconfig = $vardir/localconfig
[master]
storeconfigs = true
storeconfigs_backend = puppetdb
reports = puppetdb
# a list:
# reports = store, http
# a multi-directory modulepath:
modulepath = /etc/puppet/modules:/usr/share/puppet/modules:/root/puppet/modules
# setting owner and mode for a directory:
# vardir = /Volumes/zfs/vardir {owner = puppet, mode = 644}
autosign = /etc/puppet/autosign.conf
pluginsync = true