diff --git a/puppet/templates/puppetmaster.conf.erb b/puppet/templates/puppetmaster.conf.erb index 47f43b1..8e3616e 100644 --- a/puppet/templates/puppetmaster.conf.erb +++ b/puppet/templates/puppetmaster.conf.erb @@ -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 -%>