/[adm]/puppet/modules/puppet/templates/puppet.conf
ViewVC logotype

Annotation of /puppet/modules/puppet/templates/puppet.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2396 - (hide annotations) (download)
Fri Feb 10 22:18:16 2012 UTC (12 years, 2 months ago) by misc
File size: 587 byte(s)
split puppet.conf template file, and reorganize the module so we don't install rails on every client
1 misc 2395 <% db_config = scope.lookupvar('puppet::stored_config::db_config') %>
2 misc 154 [main]
3     # The Puppet log directory.
4     # The default value is '$vardir/log'.
5     logdir = /var/log/puppet
6    
7     # Where Puppet PID files are kept.
8     # The default value is '$vardir/run'.
9     rundir = /var/run/puppet
10    
11     # Where SSL certificates are kept.
12     # The default value is '$confdir/ssl'.
13     ssldir = $vardir/ssl
14 misc 741
15     modulepath = $confdir/modules:$confdir/deployment:$confdir/external:/usr/share/puppet/modules
16 misc 2364 queue_type = stomp
17     queue_source = stomp://localhost:61613
18 misc 2395 <%= db_config %>
19 misc 154
20 misc 163

  ViewVC Help
Powered by ViewVC 1.1.30