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