recommit for updates in build 175
This commit is contained in:
@@ -386,6 +386,19 @@ instance configuration.</p>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>be_option</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>Any</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>''</tt>)</em>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
@@ -443,7 +456,9 @@ instance configuration.</p>
|
||||
84
|
||||
85
|
||||
86
|
||||
87</pre>
|
||||
87
|
||||
88
|
||||
89</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/server/proxy.pp', line 41</span>
|
||||
@@ -465,6 +480,7 @@ define cd_haproxy::server::proxy (
|
||||
$be_balance = '',
|
||||
$be_mode = '',
|
||||
$default_backend = '',
|
||||
$be_option = '',
|
||||
|
||||
) {
|
||||
|
||||
@@ -480,6 +496,7 @@ define cd_haproxy::server::proxy (
|
||||
$fe_use_backend_array = split($fe_use_backend,';')
|
||||
$backend_name_array = split($backend_name, ';')
|
||||
$be_server_name_array = split($be_server_name, ';')
|
||||
$be_option_array = split($be_option, ';')
|
||||
|
||||
# create frontend section
|
||||
concat::fragment { "frontend_${name}":
|
||||
|
||||
Reference in New Issue
Block a user