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

Contents of /puppet/modules/puppet/templates/puppet.master.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2396 - (show annotations) (download)
Fri Feb 10 22:18:16 2012 UTC (12 years, 2 months ago) by misc
File size: 447 byte(s)
split puppet.conf template file, and reorganize the module so we don't install rails on every client
1 <% db_config = scope.lookupvar('puppet::stored_config::db_config') %>
2 [master]
3 certname = puppet.<%= domain %>
4
5 # tagmail should be kept last, until this bug is fixed
6 # https://projects.puppetlabs.com/issues/5018
7 reports = store,socket,tagmail
8 reportfrom = root@<%= domain %>
9
10 # Never remove this:
11 # Store config is used to populate others configs
12 storeconfigs = true
13 async_storeconfigs = true
14 <%= db_config %>

  ViewVC Help
Powered by ViewVC 1.1.30