recommit for updates in build 26
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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 { 'testing':
|
cd_haproxy::server::proxy { 'testing':
|
||||||
frontend_name => 'test01-frontend',
|
frontend_name => 'test01-frontend',
|
||||||
|
frontend_mode => 'http',
|
||||||
|
fe_use_backend => "${backend_name}",
|
||||||
acl_rule => 'test01-acl',
|
acl_rule => 'test01-acl',
|
||||||
backend_name => 'test01-backend',
|
backend_name => 'test01-backend',
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 = '010',
|
$frontend_order = '010',
|
||||||
$acl_rule = undef,
|
$acl_rule = undef,
|
||||||
$acl_order = '020',
|
$acl_order = '020',
|
||||||
|
|||||||
Reference in New Issue
Block a user