Merge branch 'jenkins-build-88' into 'master'

Auto-merge for build 88

See merge request puppet/puppet_cd!84
This commit is contained in:
2025-10-28 10:33:56 +00:00

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]