puppet/puppet/templates/puppetmaster.conf.erb

21 lines
513 B
Text

[puppetmasterd]
# Enable reporting on server.
reports = tagmail,store,rrdgraph
rrdgraph = true
rrddir = /srv/puppet/rrd
report = true
reportdir = /srv/puppet/reports
# Server bucket store.
bucketdir = /srv/puppet/bucket
<% if puppet_storeconfigs != 'none' -%>
# Use storeconfigs
storeconfigs = true
<% if puppet_storeconfigs == 'thin' %> thin_storeconfigs = true<% end %>
dbadapter = sqlite3
dblocation = /srv/puppet/storeconfigs/storeconfigs.db
<% end -%>