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

Auto-merge for build 87

See merge request puppet/puppet_cd!83
This commit is contained in:
2025-10-28 10:30:00 +00:00

View File

@@ -46,10 +46,10 @@
ssldir = <%= @pt_ssldir %> ssldir = <%= @pt_ssldir %>
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 -%>