recommit for updates in build 19

This commit is contained in:
Jenkins ConfDroid
2018-12-29 19:55:18 +01:00
parent b70916bf6d
commit 091d948219
3 changed files with 61 additions and 3 deletions

View File

@@ -128,7 +128,8 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
28
29
30
31</pre>
31
32</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/server/proxy_test.pp', line 23</span>
@@ -138,7 +139,8 @@ class cd_haproxy::server::proxy_test (
) inherits cd_haproxy::params {
cd_haproxy::server::proxy { &#39;testing&#39;:
frontend_name =&gt; &#39;test01&#39;,
frontend_name =&gt; &#39;test01-frontend&#39;,
backend_name =&gt; &#39;test01-backend&#39;,
}
}</pre>