Skip to content

Commit

Permalink
Create puppet.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
vTNT committed Apr 11, 2014
1 parent a487179 commit 7c66bd5
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions puppet.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[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

autosign=true
autosign = /etc/puppet/autosign.conf

[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

0 comments on commit 7c66bd5

Please sign in to comment.