recommit for updates in build 41

This commit is contained in:
Jenkins ConfDroid
2018-12-30 17:17:56 +01:00
parent 06b1d036b3
commit 87603c49c7
3 changed files with 16 additions and 4 deletions

View File

@@ -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 { &#39;testing&#39;:
frontend_name =&gt; &#39;test01-frontend&#39;,
frontend_mode =&gt; &#39;http&#39;,
`acl_rule` =&gt; [&#39;too_fast fe_sess_rate ge 10&#39;,
acl_rule =&gt; [&#39;too_fast fe_sess_rate ge 10&#39;,
&#39;network_allowed src 0.0.0.0/0&#39;],
backend_name =&gt; &#39;test01-backend&#39;,
}</code></pre>