3
0

fix template

This commit is contained in:
Arne Teuke
2025-10-28 11:26:58 +01:00
parent 063c5757af
commit 18de31a787

View File

@@ -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 -%>