Project

General

Profile

Support #17462 » puppet.conf

Slagian Momirovici, 11/23/2016 07:22 AM

 
[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
dns_alt_names = puppetmaster2,puppet2,puppet2.phgroup.com,puppetmaster2.phgroup.com, puppetmaster.phgroup.com

[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
report = true
# Where puppetd caches the local configuration. An
# extension indicating the cache format is added automatically.
# The default value is '$confdir/localconfig'.
localconfig = $vardir/localconfig
server = puppetmaster2.phgroup.com

# http_connect_timeout = 30m
# http_read_timeout = 30m
configtimeout = 1300

[master]
autosign = $confdir/autosign.conf { mode = 664 }
reports=log, foreman
external_nodes = /etc/puppet/node.rb --no-environment
node_terminus = exec
# ca = true
ssldir = /var/lib/puppet/ssl



# http_connect_timeout = 30m
# http_read_timeout = 30m
# configtimeout = 30m
#[production]
# manifest = /etc/puppet/manifests/site.pp
# modulepath = /etc/puppet/modules
# fileserverconfig = /etc/puppet/fileserver.conf
# templatedir=/etc/puppet/templates/
(2-2/8)