~jamesbeedy/charms/trusty/puppet-agent/dev

« back to all changes in this revision

Viewing changes to templates/puppet.conf

  • Committer: James Beedy
  • Date: 2016-03-28 21:14:16 UTC
  • Revision ID: jbeedy@dev-deployer.darkhorseint.com-20160328211416-g5hjobn7sujgdguw
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[main]
 
2
logdir = /var/log/puppet
 
3
vardir = /var/lib/puppet
 
4
ssldir = /var/lib/puppet/ssl
 
5
rundir = /var/run/puppet
 
6
factpath = $vardir/lib/facter
 
7
 
 
8
[master]
 
9
ssl_client_header = SSL_CLIENT_S_DN
 
10
ssl_client_verify_header = SSL_CLIENT_VERIFY
 
11
 
 
12
[agent]
 
13
environment = {{ environment }}
 
14
server = {{ puppet_server }}
 
15
{% if ca_server -%}
 
16
ca_server = {{ ca_server }}
 
17
{% endif -%}