recommit for updates in build 40

This commit is contained in:
Jenkins ConfDroid
2018-12-30 17:13:15 +01:00
parent ef2a8457c5
commit 1ef93c6e81
4 changed files with 51 additions and 8 deletions

View File

@@ -130,7 +130,8 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
30
31
32
33</pre>
33
34</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/server/proxy_test.pp', line 23</span>
@@ -142,7 +143,8 @@ 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;too_fast fe_sess_rate ge 10&#39;,&#39;network_allowed src 0.0.0.0/0&#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;,
}
}</pre>