diff --git a/templates/puppet.conf.erb b/templates/puppet.conf.erb index dc3adb3..f44e08b 100644 --- a/templates/puppet.conf.erb +++ b/templates/puppet.conf.erb @@ -46,10 +46,10 @@ ssldir = <%= @pt_ssldir %> strict_variables = <%= @pt_strict_variables %> vardir = <%= @pt_vardir_master %> - <% if @pt_use_puppetdb != true %> + <% if @pt_use_puppetdb != true -%> storeconfigs = false <% end -%> - <% if @pt_use_puppetdb == true %> + <% if @pt_use_puppetdb == true -%> storeconfigs = true storeconfigs_backend = <%= @pt_storeconfigs_backend %> <% end end -%>