Fixed thin storeconfigs config option (was incorrect in puppet documentation).
This commit is contained in:
parent
24000d595c
commit
d9284619e5
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
<% if puppet_storeconfigs != 'none' -%>
|
<% if puppet_storeconfigs != 'none' -%>
|
||||||
# Use storeconfigs
|
# Use storeconfigs
|
||||||
storeconfigs = true
|
storeconfigs = true
|
||||||
<% if puppet_storeconfigs == 'thin' %> thin_storedconfigs = true<% end %>
|
<% if puppet_storeconfigs == 'thin' %> thin_storeconfigs = true<% end %>
|
||||||
dbadapter = sqlite3
|
dbadapter = sqlite3
|
||||||
dblocation = /srv/puppet/storeconfigs/storeconfigs.db
|
dblocation = /srv/puppet/storeconfigs/storeconfigs.db
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue