recommit for updates in build 41
This commit is contained in:
@@ -127,7 +127,8 @@ href="https://gitlab.confdroid.com/12WW1160/cd_haproxy/blob/master/CHANGELOG.md"
|
||||
|
||||
<p>CONFIGURATION * manage haproxy user * manage directories (file system
|
||||
permissions, selinux context) * manage files (file system permissions,
|
||||
content, selinux context) * manage proxy instances through a define</p>
|
||||
content, selinux context) * manage proxy instances through a define *
|
||||
frontend options * backend options * ACL options</p>
|
||||
|
||||
<p>SERVICE * manage haproxy service * restart service after changes in the
|
||||
configuration</p>
|
||||
@@ -202,7 +203,7 @@ addresses the define, like so:</p>
|
||||
<pre class="code ruby"><code class="ruby">cd_haproxy::server::proxy { 'testing':
|
||||
frontend_name => 'test01-frontend',
|
||||
frontend_mode => 'http',
|
||||
`acl_rule` => ['too_fast fe_sess_rate ge 10',
|
||||
acl_rule => ['too_fast fe_sess_rate ge 10',
|
||||
'network_allowed src 0.0.0.0/0'],
|
||||
backend_name => 'test01-backend',
|
||||
}</code></pre>
|
||||
|
||||
Reference in New Issue
Block a user