recommit for updates in build 137
This commit is contained in:
@@ -223,8 +223,6 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
|||||||
<span class='type'>(<tt>string</tt>)</span>
|
<span class='type'>(<tt>string</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
<em class="default">(defaults to: <tt>''</tt>)</em>
|
|
||||||
|
|
||||||
|
|
||||||
—
|
—
|
||||||
<div class='inline'>
|
<div class='inline'>
|
||||||
@@ -241,8 +239,6 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
|||||||
<span class='type'>(<tt>string</tt>)</span>
|
<span class='type'>(<tt>string</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
<em class="default">(defaults to: <tt>'020'</tt>)</em>
|
|
||||||
|
|
||||||
|
|
||||||
—
|
—
|
||||||
<div class='inline'>
|
<div class='inline'>
|
||||||
@@ -325,6 +321,32 @@ instance configuration.</p>
|
|||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>acl_rule_front</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>Any</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>''</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>acl_rule_back</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>Any</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>''</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
@@ -372,14 +394,7 @@ instance configuration.</p>
|
|||||||
74
|
74
|
||||||
75
|
75
|
||||||
76
|
76
|
||||||
77
|
77</pre>
|
||||||
78
|
|
||||||
79
|
|
||||||
80
|
|
||||||
81
|
|
||||||
82
|
|
||||||
83
|
|
||||||
84</pre>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/server/proxy.pp', line 41</span>
|
<pre class="code"><span class="info file"># File 'manifests/server/proxy.pp', line 41</span>
|
||||||
@@ -392,8 +407,8 @@ $frontend_mode = undef,
|
|||||||
$fe_use_backend = '',
|
$fe_use_backend = '',
|
||||||
$fe_bind_mode = undef,
|
$fe_bind_mode = undef,
|
||||||
$frontend_order = '010',
|
$frontend_order = '010',
|
||||||
$acl_rule = '',
|
$acl_rule_front = '',
|
||||||
$acl_order = '020',
|
$acl_rule_back = '',
|
||||||
$backend_name = undef,
|
$backend_name = undef,
|
||||||
$backend_order = '030',
|
$backend_order = '030',
|
||||||
$fe_maxconn = undef,
|
$fe_maxconn = undef,
|
||||||
@@ -414,13 +429,6 @@ $hy_acl_rule = 'cd_haproxy/haproxy_acl_rule.erb'
|
|||||||
order => $frontend_order,
|
order => $frontend_order,
|
||||||
}
|
}
|
||||||
|
|
||||||
# create acl section
|
|
||||||
concat::fragment { "acl_${name}":
|
|
||||||
target => $hy_main_config,
|
|
||||||
content => template($hy_acl_rule),
|
|
||||||
order => $acl_order,
|
|
||||||
}
|
|
||||||
|
|
||||||
# create backend section
|
# create backend section
|
||||||
concat::fragment { "backend_${name}":
|
concat::fragment { "backend_${name}":
|
||||||
target => $hy_main_config,
|
target => $hy_main_config,
|
||||||
|
|||||||
Reference in New Issue
Block a user