diff --git a/templates/puppet.conf.erb b/templates/puppet.conf.erb index f44e08b..4ce90aa 100644 --- a/templates/puppet.conf.erb +++ b/templates/puppet.conf.erb @@ -47,11 +47,11 @@ strict_variables = <%= @pt_strict_variables %> vardir = <%= @pt_vardir_master %> <% if @pt_use_puppetdb != true -%> - storeconfigs = false + storeconfigs = false <% end -%> <% if @pt_use_puppetdb == true -%> - storeconfigs = true - storeconfigs_backend = <%= @pt_storeconfigs_backend %> + storeconfigs = true + storeconfigs_backend = <%= @pt_storeconfigs_backend %> <% end end -%> <% if @fqdn != @pt_pm_fqdn -%> [agent]