Fixed thin storeconfigs config option (was incorrect in puppet documentation).

This commit is contained in:
Timo Mkinen 2010-04-17 18:45:39 +03:00
parent 24000d595c
commit d9284619e5

View file

@ -15,7 +15,7 @@
<% if puppet_storeconfigs != 'none' -%>
# Use storeconfigs
storeconfigs = true
<% if puppet_storeconfigs == 'thin' %> thin_storedconfigs = true<% end %>
<% if puppet_storeconfigs == 'thin' %> thin_storeconfigs = true<% end %>
dbadapter = sqlite3
dblocation = /srv/puppet/storeconfigs/storeconfigs.db
<% end -%>