3
0

fix template

This commit is contained in:
Arne Teuke
2025-10-28 11:31:47 +01:00
parent 18de31a787
commit ea779bb57c

View File

@@ -47,11 +47,11 @@
strict_variables = <%= @pt_strict_variables %> strict_variables = <%= @pt_strict_variables %>
vardir = <%= @pt_vardir_master %> vardir = <%= @pt_vardir_master %>
<% if @pt_use_puppetdb != true -%> <% if @pt_use_puppetdb != true -%>
storeconfigs = false storeconfigs = false
<% end -%> <% end -%>
<% if @pt_use_puppetdb == true -%> <% if @pt_use_puppetdb == true -%>
storeconfigs = true storeconfigs = true
storeconfigs_backend = <%= @pt_storeconfigs_backend %> storeconfigs_backend = <%= @pt_storeconfigs_backend %>
<% end end -%> <% end end -%>
<% if @fqdn != @pt_pm_fqdn -%> <% if @fqdn != @pt_pm_fqdn -%>
[agent] [agent]