Added support for disabling or using thin storedconfigs into puppet::server class.

This commit is contained in:
Timo Mkinen 2010-04-17 18:14:43 +03:00
parent 5e576c7269
commit 05b0b8ab70
2 changed files with 16 additions and 1 deletions

View file

@ -12,7 +12,10 @@
# Server bucket store.
bucketdir = /srv/puppet/bucket
<% if puppet_storeconfigs != 'none' -%>
# Use storeconfigs
storeconfigs = true
<% if puppet_storeconfigs == 'thin' %> thin_storedconfigs = true<% end %>
dbadapter = sqlite3
dblocation = /srv/puppet/storeconfigs/storeconfigs.db
<% end -%>