diff --git a/templates/puppet.conf.erb b/templates/puppet.conf.erb index 180e76d..7340eb6 100644 --- a/templates/puppet.conf.erb +++ b/templates/puppet.conf.erb @@ -49,9 +49,9 @@ <% if @pt_use_puppetdb != true -%> storeconfigs = false <% end -%> - <% if @pt_use_puppetdb == true -%> -storeconfigs = true - storeconfigs_backend = <%= @pt_storeconfigs_backend %> + <% if @pt_use_puppetdb == true -%> + storeconfigs = true + storeconfigs_backend = <%= @pt_storeconfigs_backend %> <% end end -%> <% if @fqdn != @pt_pm_fqdn -%> [agent]