recommit for updates in build 48

This commit is contained in:
Jenkins ConfDroid
2018-12-30 18:32:21 +01:00
parent 38df21439f
commit 4f87b202d9
3 changed files with 24 additions and 6 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/c032fa01bd70a77">c032fa01bd70a77</a> Jenkins ConfDroid <i>2019-12-30 17:22:59</i>
<p>
<h3>recommit for updates in build 47</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/4245f78180ce91f">4245f78180ce91f</a> Arne Teuke <i>2019-12-30 17:22:23</i>
<p>
<h3>testing hostbinding</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/308b47094f49314">308b47094f49314</a> Jenkins ConfDroid <i>2019-12-30 17:19:11</i> <a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/308b47094f49314">308b47094f49314</a> Jenkins ConfDroid <i>2019-12-30 17:19:11</i>
<p> <p>
<h3>recommit for updates in build 46</h3> <h3>recommit for updates in build 46</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.2.0 | <a href="https://pipelines.confdroid.com/job/cd_haproxy/"><img 1.0.3.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,6 +201,7 @@ In order to create proxy instances, you will need an external class, which
addresses the define, like so:</p> 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;:
haproxy_fqdn =&gt; &#39;node.example.net&#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;,
@@ -210,8 +211,11 @@ addresses the define, like so:</p>
<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. Multiple ACLs need to be added as in the configuration file are made. <code>haproxy_fqdn</code>
array, and will create one line each.</p> <strong>must</strong> contain the fqdn of the haproxy
<strong>server</strong> where this should be configured, otherwise the
templates are not being populated. 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.2.0 | <a href="https://pipelines.confdroid.com/job/cd_haproxy/"><img 1.0.3.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,6 +201,7 @@ In order to create proxy instances, you will need an external class, which
addresses the define, like so:</p> 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;:
haproxy_fqdn =&gt; &#39;node.example.net&#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;,
@@ -210,8 +211,11 @@ addresses the define, like so:</p>
<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. Multiple ACLs need to be added as in the configuration file are made. <code>haproxy_fqdn</code>
array, and will create one line each.</p> <strong>must</strong> contain the fqdn of the haproxy
<strong>server</strong> where this should be configured, otherwise the
templates are not being populated. 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>