Added support for disabling or using thin storedconfigs into puppet::server class.
This commit is contained in:
parent
5e576c7269
commit
05b0b8ab70
2 changed files with 16 additions and 1 deletions
|
@ -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 -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue