recommit for updates in build 26
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
|
||||
<div id="content"><div id='filecontents'>
|
||||
<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>
|
||||
|
||||
<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,
|
||||
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>
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
<div id="content"><div id='filecontents'>
|
||||
<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>
|
||||
|
||||
<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,
|
||||
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>
|
||||
|
||||
|
||||
@@ -129,7 +129,9 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
||||
29
|
||||
30
|
||||
31
|
||||
32</pre>
|
||||
32
|
||||
33
|
||||
34</pre>
|
||||
</td>
|
||||
<td>
|
||||
<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':
|
||||
frontend_name => 'test01-frontend',
|
||||
frontend_mode => 'http',
|
||||
fe_use_backend => "${backend_name}",
|
||||
acl_rule => 'test01-acl',
|
||||
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>
|
||||
</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>
|
||||
@@ -241,7 +267,9 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
||||
59
|
||||
60
|
||||
61
|
||||
62</pre>
|
||||
62
|
||||
63
|
||||
64</pre>
|
||||
</td>
|
||||
<td>
|
||||
<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 (
|
||||
|
||||
$frontend_name = undef,
|
||||
$frontend_mode = undef,
|
||||
$fe_use_backend = undef,
|
||||
$frontend_order = '010',
|
||||
$acl_rule = undef,
|
||||
$acl_order = '020',
|
||||
|
||||
Reference in New Issue
Block a user