recommit for updates in build 39

This commit is contained in:
Jenkins ConfDroid
2018-12-30 17:07:27 +01:00
parent daeb6383ac
commit f02d2ba6f3
2 changed files with 11 additions and 1 deletions

View File

@@ -8,6 +8,16 @@ Changelog of Git Changelog.
<h2> No issue </h2> <h2> No issue </h2>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/72b6055ea0668a7">72b6055ea0668a7</a> Jenkins ConfDroid <i>2019-12-30 15:39:49</i>
<p>
<h3>recommit for updates in build 33</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/8d942fff44a7ff4">8d942fff44a7ff4</a> Arne Teuke <i>2019-12-30 15:39:09</i>
<p>
<h3>tests acl template</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/7d3c05d374e7a02">7d3c05d374e7a02</a> Jenkins ConfDroid <i>2019-12-30 15:26:24</i> <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> <p>
<h3>recommit for updates in build 32</h3> <h3>recommit for updates in build 32</h3>

View File

@@ -142,7 +142,7 @@ class cd_haproxy::server::proxy_test (
cd_haproxy::server::proxy { &#39;testing&#39;: cd_haproxy::server::proxy { &#39;testing&#39;:
frontend_name =&gt; &#39;test01-frontend&#39;, frontend_name =&gt; &#39;test01-frontend&#39;,
frontend_mode =&gt; &#39;http&#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;, backend_name =&gt; &#39;test01-backend&#39;,
} }
}</pre> }</pre>