recommit for updates in build 21

This commit is contained in:
Jenkins ConfDroid
2018-12-30 15:02:57 +01:00
parent 3cb11ea230
commit 555513ee78
2 changed files with 13 additions and 1 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/a7f0534963eca2d">a7f0534963eca2d</a> Jenkins ConfDroid <i>2019-12-30 13:57:34</i>
<p>
<h3>recommit for updates in build 20</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/3d1c714cf54febf">3d1c714cf54febf</a> Arne Teuke <i>2019-12-30 13:56:57</i>
<p>
<h3>adds acl rule for testing</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/091d948219e7b0a">091d948219e7b0a</a> Jenkins ConfDroid <i>2018-12-29 18:55:18</i> <a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/091d948219e7b0a">091d948219e7b0a</a> Jenkins ConfDroid <i>2018-12-29 18:55:18</i>
<p> <p>
<h3>recommit for updates in build 19</h3> <h3>recommit for updates in build 19</h3>

View File

@@ -240,7 +240,8 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
58 58
59 59
60 60
61</pre> 61
62</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>
@@ -272,6 +273,7 @@ $hy_acl_rule = &#39;cd_haproxy/haproxy_acl_rule.erb&#39;
concat::fragment { &quot;acl_${name}&quot;: concat::fragment { &quot;acl_${name}&quot;:
target =&gt; $hy_main_config, target =&gt; $hy_main_config,
content =&gt; template($hy_acl_rule), content =&gt; template($hy_acl_rule),
order =&gt; $acl_order,
} }
# create backend section # create backend section