recommit for updates in build 41
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/1ef93c6e81f9820">1ef93c6e81f9820</a> Jenkins ConfDroid <i>2019-12-30 16:13:15</i>
|
||||||
|
<p>
|
||||||
|
<h3>recommit for updates in build 40</h3>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/dacd2936e0aab10">dacd2936e0aab10</a> Arne Teuke <i>2019-12-30 16:12:36</i>
|
||||||
|
<p>
|
||||||
|
<h3>acl template works</h3>
|
||||||
|
|
||||||
|
</p>
|
||||||
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/f02d2ba6f314d94">f02d2ba6f314d94</a> Jenkins ConfDroid <i>2019-12-30 16:07:27</i>
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/f02d2ba6f314d94">f02d2ba6f314d94</a> Jenkins ConfDroid <i>2019-12-30 16:07:27</i>
|
||||||
<p>
|
<p>
|
||||||
<h3>recommit for updates in build 39</h3>
|
<h3>recommit for updates in build 39</h3>
|
||||||
|
|||||||
@@ -127,7 +127,8 @@ href="https://gitlab.confdroid.com/12WW1160/cd_haproxy/blob/master/CHANGELOG.md"
|
|||||||
|
|
||||||
<p>CONFIGURATION * manage haproxy user * manage directories (file system
|
<p>CONFIGURATION * manage haproxy user * manage directories (file system
|
||||||
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 *
|
||||||
|
frontend options * backend options * ACL options</p>
|
||||||
|
|
||||||
<p>SERVICE * manage haproxy service * restart service after changes in the
|
<p>SERVICE * manage haproxy service * restart service after changes in the
|
||||||
configuration</p>
|
configuration</p>
|
||||||
@@ -202,7 +203,7 @@ addresses the define, like so:</p>
|
|||||||
<pre class="code ruby"><code class="ruby">cd_haproxy::server::proxy { 'testing':
|
<pre class="code ruby"><code class="ruby">cd_haproxy::server::proxy { 'testing':
|
||||||
frontend_name => 'test01-frontend',
|
frontend_name => 'test01-frontend',
|
||||||
frontend_mode => 'http',
|
frontend_mode => 'http',
|
||||||
`acl_rule` => ['too_fast fe_sess_rate ge 10',
|
acl_rule => ['too_fast fe_sess_rate ge 10',
|
||||||
'network_allowed src 0.0.0.0/0'],
|
'network_allowed src 0.0.0.0/0'],
|
||||||
backend_name => 'test01-backend',
|
backend_name => 'test01-backend',
|
||||||
}</code></pre>
|
}</code></pre>
|
||||||
|
|||||||
@@ -127,7 +127,8 @@ href="https://gitlab.confdroid.com/12WW1160/cd_haproxy/blob/master/CHANGELOG.md"
|
|||||||
|
|
||||||
<p>CONFIGURATION * manage haproxy user * manage directories (file system
|
<p>CONFIGURATION * manage haproxy user * manage directories (file system
|
||||||
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 *
|
||||||
|
frontend options * backend options * ACL options</p>
|
||||||
|
|
||||||
<p>SERVICE * manage haproxy service * restart service after changes in the
|
<p>SERVICE * manage haproxy service * restart service after changes in the
|
||||||
configuration</p>
|
configuration</p>
|
||||||
@@ -202,7 +203,7 @@ addresses the define, like so:</p>
|
|||||||
<pre class="code ruby"><code class="ruby">cd_haproxy::server::proxy { 'testing':
|
<pre class="code ruby"><code class="ruby">cd_haproxy::server::proxy { 'testing':
|
||||||
frontend_name => 'test01-frontend',
|
frontend_name => 'test01-frontend',
|
||||||
frontend_mode => 'http',
|
frontend_mode => 'http',
|
||||||
`acl_rule` => ['too_fast fe_sess_rate ge 10',
|
acl_rule => ['too_fast fe_sess_rate ge 10',
|
||||||
'network_allowed src 0.0.0.0/0'],
|
'network_allowed src 0.0.0.0/0'],
|
||||||
backend_name => 'test01-backend',
|
backend_name => 'test01-backend',
|
||||||
}</code></pre>
|
}</code></pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user