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

@@ -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/da57b688881c681">da57b688881c681</a> Jenkins ConfDroid <i>2019-12-30 14:32:28</i>
<p>
<h3>recommit for updates in build 25</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/29176542429ddaf">29176542429ddaf</a> Arne Teuke <i>2019-12-30 14:31:50</i>
<p>
<h3>adds service control and updates README</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/eb4cb755c039b7e">eb4cb755c039b7e</a> Jenkins ConfDroid <i>2019-12-30 14:29:49</i> <a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/eb4cb755c039b7e">eb4cb755c039b7e</a> Jenkins ConfDroid <i>2019-12-30 14:29:49</i>
<p> <p>
<h3>recommit for updates in build 24</h3> <h3>recommit for updates in build 24</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.0.0 | <a href="https://pipelines.confdroid.com/job/cd_haproxy/"><img 1.0.1.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>
@@ -129,7 +129,8 @@ href="https://gitlab.confdroid.com/12WW1160/cd_haproxy/blob/master/CHANGELOG.md"
permissions, selinux context) * manage files (file system permissions, permissions, selinux context) * manage files (file system permissions,
content, selinux context) * manage proxy instances through a define</p> content, selinux context) * manage proxy instances through a define</p>
<p>SERVICE * manage haproxy service</p> <p>SERVICE * manage haproxy service * restart service after changes in the
configuration</p>
<h3 id="label-Repo+Structure">Repo Structure</h3> <h3 id="label-Repo+Structure">Repo Structure</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.0.0 | <a href="https://pipelines.confdroid.com/job/cd_haproxy/"><img 1.0.1.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>
@@ -129,7 +129,8 @@ href="https://gitlab.confdroid.com/12WW1160/cd_haproxy/blob/master/CHANGELOG.md"
permissions, selinux context) * manage files (file system permissions, permissions, selinux context) * manage files (file system permissions,
content, selinux context) * manage proxy instances through a define</p> content, selinux context) * manage proxy instances through a define</p>
<p>SERVICE * manage haproxy service</p> <p>SERVICE * manage haproxy service * restart service after changes in the
configuration</p>
<h3 id="label-Repo+Structure">Repo Structure</h3> <h3 id="label-Repo+Structure">Repo Structure</h3>

View File

@@ -129,7 +129,9 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
29 29
30 30
31 31
32</pre> 32
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>
@@ -140,6 +142,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;,
fe_use_backend =&gt; &quot;${backend_name}&quot;,
acl_rule =&gt; &#39;test01-acl&#39;, acl_rule =&gt; &#39;test01-acl&#39;,
backend_name =&gt; &#39;test01-backend&#39;, backend_name =&gt; &#39;test01-backend&#39;,
} }

View File

@@ -141,6 +141,32 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
<p>the order where the concet should appear in the file.</p> <p>the order where the concet should appear in the file.</p>
</div> </div>
</li>
<li>
<span class='name'>frontend_mode</span>
<span class='type'>(<tt>Any</tt>)</span>
<em class="default">(defaults to: <tt>undef</tt>)</em>
</li>
<li>
<span class='name'>fe_use_backend</span>
<span class='type'>(<tt>Any</tt>)</span>
<em class="default">(defaults to: <tt>undef</tt>)</em>
</li> </li>
<li> <li>
@@ -241,7 +267,9 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
59 59
60 60
61 61
62</pre> 62
63
64</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/server/proxy.pp', line 26</span> <pre class="code"><span class="info file"># File 'manifests/server/proxy.pp', line 26</span>
@@ -249,6 +277,8 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
define cd_haproxy::server::proxy ( define cd_haproxy::server::proxy (
$frontend_name = undef, $frontend_name = undef,
$frontend_mode = undef,
$fe_use_backend = undef,
$frontend_order = &#39;010&#39;, $frontend_order = &#39;010&#39;,
$acl_rule = undef, $acl_rule = undef,
$acl_order = &#39;020&#39;, $acl_order = &#39;020&#39;,