recommit for updates in build 205

This commit is contained in:
Jenkins ConfDroid
2025-02-08 14:12:19 +01:00
parent 31b8df2931
commit cfbda4b2ac

View File

@@ -510,9 +510,7 @@ instance configuration.</p>
89
90
91
92
93
94</pre>
92</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/server/proxy.pp', line 24</span>
@@ -574,9 +572,7 @@ define cd_haproxy::server::proxy (
concat::fragment { &quot;backend_${name}_${index}&quot;:
target =&gt; $hy_main_config,
content =&gt; template($hy_backendrule),
order =&gt; $backend_order,
# Use variables from the backend config for each backend
variables =&gt; $backend_config,
order =&gt; &quot;${backend_order}${index}&quot;, # Ensure unique order for each backend
}
}