recommit for updates in build 205
This commit is contained in:
@@ -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>
|
||||||
@@ -572,11 +570,9 @@ define cd_haproxy::server::proxy (
|
|||||||
# Create backend sections dynamically based on $backend_configs
|
# Create backend sections dynamically based on $backend_configs
|
||||||
$backend_configs.each |$index, $backend_config| {
|
$backend_configs.each |$index, $backend_config| {
|
||||||
concat::fragment { "backend_${name}_${index}":
|
concat::fragment { "backend_${name}_${index}":
|
||||||
target => $hy_main_config,
|
target => $hy_main_config,
|
||||||
content => template($hy_backendrule),
|
content => template($hy_backendrule),
|
||||||
order => $backend_order,
|
order => "${backend_order}${index}", # Ensure unique order for each backend
|
||||||
# Use variables from the backend config for each backend
|
|
||||||
variables => $backend_config,
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user