recommit for updates in build 33

This commit is contained in:
Jenkins ConfDroid
2018-12-30 16:39:49 +01:00
parent 3b8232d723
commit 72b6055ea0
2 changed files with 11 additions and 1 deletions

View File

@@ -8,6 +8,16 @@ Changelog of Git Changelog.
<h2> No issue </h2>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/7d3c05d374e7a02">7d3c05d374e7a02</a> Jenkins ConfDroid <i>2019-12-30 15:26:24</i>
<p>
<h3>recommit for updates in build 32</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/4dc9329748da29d">4dc9329748da29d</a> Arne Teuke <i>2019-12-30 15:25:44</i>
<p>
<h3>tests acl template</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/979291442ef8e30">979291442ef8e30</a> Jenkins ConfDroid <i>2019-12-30 15:22:02</i>
<p>
<h3>recommit for updates in build 31</h3>

View File

@@ -142,7 +142,7 @@ class cd_haproxy::server::proxy_test (
cd_haproxy::server::proxy { &#39;testing&#39;:
frontend_name =&gt; &#39;test01-frontend&#39;,
frontend_mode =&gt; &#39;http&#39;,
acl_rule =&gt; &#39; acl too_fast fe_sess_rate ge 10&#39;,
acl_rule =&gt; &#39;too_fast fe_sess_rate ge 10&#39;,
backend_name =&gt; &#39;test01-backend&#39;,
}
}</pre>