-
Notifications
You must be signed in to change notification settings - Fork 0
/
puppet.conf
34 lines (31 loc) · 1.12 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
[main]
logdir=/var/log/puppet
vardir=/var/lib/puppet
ssldir=/var/lib/puppet/ssl
rundir=/var/run/puppet
factpath=$vardir/lib/facter
templatedir=$confdir/templates
prerun_command=/etc/puppet/etckeeper-commit-pre
postrun_command=/etc/puppet/etckeeper-commit-post
certname=calpmcs02-linux.orsypgroup.com
#server = calpmcs02-linux.orsypgroup.com
#environment = production
confdir = /etc/puppet
modulepath = $confdir/modules:/opt/puppet/share/puppet/modules
[master]
# These are needed when the puppetmaster is run by passenger
# and can safely be removed if webrick is used.
#ssl_client_header = SSL_CLIENT_S_DN
#ssl_client_verify_header = SSL_CLIENT_VERIFY
node_terminus = exec
external_nodes = /etc/puppet/bin/classifier
#environment = production
#environment = development
#manifest = $confdir/environments/$environment/manifests/site.pp
#manifest = $confdir/environments/development/manifests/site.pp
#modulepath = $confdir/environments/$environment/modules
#modulepath = /etc/puppetlabs/puppet/modules:/opt/puppet/share/puppet/modules
[agent]
report = true
show_diff = true
environment = development