recommit for updates in build 26

This commit is contained in:
Jenkins ConfDroid
2018-12-30 15:50:59 +01:00
parent b36c44c84e
commit 0e3494abca
5 changed files with 52 additions and 6 deletions

View File

@@ -129,7 +129,9 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
29
30
31
32</pre>
32
33
34</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/server/proxy_test.pp', line 23</span>
@@ -140,6 +142,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;,
fe_use_backend =&gt; &quot;${backend_name}&quot;,
acl_rule =&gt; &#39;test01-acl&#39;,
backend_name =&gt; &#39;test01-backend&#39;,
}