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

@@ -8,6 +8,41 @@ Changelog of Git Changelog.
<h2> No issue </h2> <h2> No issue </h2>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/f02d2ba6f314d94">f02d2ba6f314d94</a> Jenkins ConfDroid <i>2019-12-30 16:07:27</i>
<p>
<h3>recommit for updates in build 39</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/ae0fbb70baa04cd">ae0fbb70baa04cd</a> Arne Teuke <i>2019-12-30 16:06:53</i>
<p>
<h3>tests acl template</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/6713bb3ac8aac54">6713bb3ac8aac54</a> Arne Teuke <i>2019-12-30 16:05:16</i>
<p>
<h3>tests acl template</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/1fe202384551660">1fe202384551660</a> Arne Teuke <i>2019-12-30 16:03:58</i>
<p>
<h3>tests acl template</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/54a974c7da4acf1">54a974c7da4acf1</a> Arne Teuke <i>2019-12-30 16:02:05</i>
<p>
<h3>tests acl template</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/6704cb0aa917b45">6704cb0aa917b45</a> Arne Teuke <i>2019-12-30 15:59:37</i>
<p>
<h3>tests acl template</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/fbb8f63c867a721">fbb8f63c867a721</a> Arne Teuke <i>2019-12-30 15:47:49</i>
<p>
<h3>tests acl template</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/72b6055ea0668a7">72b6055ea0668a7</a> Jenkins ConfDroid <i>2019-12-30 15:39:49</i> <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> <p>
<h3>recommit for updates in build 33</h3> <h3>recommit for updates in build 33</h3>

View File

@@ -59,7 +59,7 @@
<div id="content"><div id='filecontents'> <div id="content"><div id='filecontents'>
<p>|Repo Name| version | Build Status| |—|—|—|—| |<code>cd_haproxy</code>| <p>|Repo Name| version | Build Status| |—|—|—|—| |<code>cd_haproxy</code>|
1.0.1.0 | <a href="https://pipelines.confdroid.com/job/cd_haproxy/"><img 1.0.2.0 | <a href="https://pipelines.confdroid.com/job/cd_haproxy/"><img
src="https://pipelines.confdroid.com/buildStatus/icon?job=cd_haproxy"></a>|</p> src="https://pipelines.confdroid.com/buildStatus/icon?job=cd_haproxy"></a>|</p>
<h3 id="label-Synopsis">Synopsis</h3> <h3 id="label-Synopsis">Synopsis</h3>
@@ -201,13 +201,16 @@ addresses the define, like so:</p>
<pre class="code ruby"><code class="ruby">cd_haproxy::server::proxy { &#39;testing&#39;: <pre class="code ruby"><code class="ruby">cd_haproxy::server::proxy { &#39;testing&#39;:
frontend_name =&gt; &#39;test01-frontend&#39;, frontend_name =&gt; &#39;test01-frontend&#39;,
acl_rule =&gt; &#39;test01-acl&#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;],
backend_name =&gt; &#39;test01-backend&#39;, backend_name =&gt; &#39;test01-backend&#39;,
}</code></pre> }</code></pre>
<p>This allows the puppet module to create the sections in the configuration <p>This allows the puppet module to create the sections in the configuration
file as required. The haproxy service will be restarted after the changes file as required. The haproxy service will be restarted after the changes
in the configuration file are made.</p> in the configuration file are made. Multiple ACLs need to be added as
array, and will create one line each.</p>
<h3 id="label-SELINUX">SELINUX</h3> <h3 id="label-SELINUX">SELINUX</h3>

View File

@@ -59,7 +59,7 @@
<div id="content"><div id='filecontents'> <div id="content"><div id='filecontents'>
<p>|Repo Name| version | Build Status| |—|—|—|—| |<code>cd_haproxy</code>| <p>|Repo Name| version | Build Status| |—|—|—|—| |<code>cd_haproxy</code>|
1.0.1.0 | <a href="https://pipelines.confdroid.com/job/cd_haproxy/"><img 1.0.2.0 | <a href="https://pipelines.confdroid.com/job/cd_haproxy/"><img
src="https://pipelines.confdroid.com/buildStatus/icon?job=cd_haproxy"></a>|</p> src="https://pipelines.confdroid.com/buildStatus/icon?job=cd_haproxy"></a>|</p>
<h3 id="label-Synopsis">Synopsis</h3> <h3 id="label-Synopsis">Synopsis</h3>
@@ -201,13 +201,16 @@ addresses the define, like so:</p>
<pre class="code ruby"><code class="ruby">cd_haproxy::server::proxy { &#39;testing&#39;: <pre class="code ruby"><code class="ruby">cd_haproxy::server::proxy { &#39;testing&#39;:
frontend_name =&gt; &#39;test01-frontend&#39;, frontend_name =&gt; &#39;test01-frontend&#39;,
acl_rule =&gt; &#39;test01-acl&#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;],
backend_name =&gt; &#39;test01-backend&#39;, backend_name =&gt; &#39;test01-backend&#39;,
}</code></pre> }</code></pre>
<p>This allows the puppet module to create the sections in the configuration <p>This allows the puppet module to create the sections in the configuration
file as required. The haproxy service will be restarted after the changes file as required. The haproxy service will be restarted after the changes
in the configuration file are made.</p> in the configuration file are made. Multiple ACLs need to be added as
array, and will create one line each.</p>
<h3 id="label-SELINUX">SELINUX</h3> <h3 id="label-SELINUX">SELINUX</h3>

View File

@@ -130,7 +130,8 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
30 30
31 31
32 32
33</pre> 33
34</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/server/proxy_test.pp', line 23</span> <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;: 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;,&#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;, backend_name =&gt; &#39;test01-backend&#39;,
} }
}</pre> }</pre>