All pastes #2131026 Raw Edit

Untitled

public text v1 · immutable
#2131026 ·published 2012-03-22 02:59 UTC
rendered paste body
My puppet.conf file:


root@bart:/etc/puppet# cat puppet.conf 
[main]
confdir=/etc/puppet
logdir=/var/log/puppet
vardir=/var/lib/puppet
ssldir=/var/lib/puppet/ssl
rundir=/var/run/puppet
factpath=$vardir/lib/facter
pluginsync=true
filetimeout=1
environment=development

[agent]
server=puppetmaster-servers.me.gob.ve
environment=development

[master]
templatedir=/etc/puppet/templates
ssldir=/var/lib/puppet/ssl
certname=puppetmaster-servers.me.gob.ve

# Parametros SSL
ssl_client_header = SSL_CLIENT_S_DN 
ssl_client_verify_header = SSL_CLIENT_VERIFY

[development]
manifest=$confdir/environments/development/manifests/site.pp
modulepath=$confdir/environments/development/modules/
templatedir=$confdir/environments/development/templates/

[production]
manifest=$confdir/environments/production/manifests/site.pp
modulepath=$confdir/environments/production/modules/
templatedir=$confdir/environments/production/templates/

[testing]
manifest=$confdir/environments/testing/manifests/site.pp
modulepath=$confdir/environments/testing/modules/
templatedir=$confdir/environments/testing/templates/