recommit for updates in build 40
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.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>
|
||||
|
||||
<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 { 'testing':
|
||||
frontend_name => 'test01-frontend',
|
||||
acl_rule => 'test01-acl',
|
||||
frontend_mode => 'http',
|
||||
`acl_rule` => ['too_fast fe_sess_rate ge 10',
|
||||
'network_allowed src 0.0.0.0/0'],
|
||||
backend_name => 'test01-backend',
|
||||
}</code></pre>
|
||||
|
||||
<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
|
||||
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>
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
<div id="content"><div id='filecontents'>
|
||||
<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>
|
||||
|
||||
<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 { 'testing':
|
||||
frontend_name => 'test01-frontend',
|
||||
acl_rule => 'test01-acl',
|
||||
frontend_mode => 'http',
|
||||
`acl_rule` => ['too_fast fe_sess_rate ge 10',
|
||||
'network_allowed src 0.0.0.0/0'],
|
||||
backend_name => 'test01-backend',
|
||||
}</code></pre>
|
||||
|
||||
<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
|
||||
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>
|
||||
|
||||
|
||||
@@ -130,7 +130,8 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
||||
30
|
||||
31
|
||||
32
|
||||
33</pre>
|
||||
33
|
||||
34</pre>
|
||||
</td>
|
||||
<td>
|
||||
<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 { 'testing':
|
||||
frontend_name => 'test01-frontend',
|
||||
frontend_mode => 'http',
|
||||
acl_rule => ['too_fast fe_sess_rate ge 10','network_allowed src 0.0.0.0/0'],
|
||||
acl_rule => ['too_fast fe_sess_rate ge 10',
|
||||
'network_allowed src 0.0.0.0/0'],
|
||||
backend_name => 'test01-backend',
|
||||
}
|
||||
}</pre>
|
||||
|
||||
Reference in New Issue
Block a user