recommit for updates in build 18

This commit is contained in:
Jenkins ConfDroid
2018-12-29 19:47:43 +01:00
parent 0bc58b3d5a
commit 2222c81393
2 changed files with 11 additions and 1 deletions

View File

@@ -8,6 +8,16 @@ Changelog of Git Changelog.
<h2> No issue </h2>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/3b005f04a4e82e6">3b005f04a4e82e6</a> Jenkins ConfDroid <i>2018-12-29 18:44:26</i>
<p>
<h3>recommit for updates in build 17</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/31bc69ad817b8ef">31bc69ad817b8ef</a> Arne Teuke <i>2018-12-29 18:43:52</i>
<p>
<h3>adding template for testing</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/958d0fbfb0717bc">958d0fbfb0717bc</a> Jenkins ConfDroid <i>2018-12-29 18:41:00</i>
<p>
<h3>recommit for updates in build 16</h3>

View File

@@ -188,7 +188,7 @@ $hy_frontendrule = &#39;cd_haproxy/haproxy_frontend_rule.erb&#39;
# create frontend section
concat::fragment { &quot;frontend_${name}&quot;:
target =&gt; $hy_main_config,
content =&gt; $hy_frontendrule,
content =&gt; template($hy_frontendrule),
order =&gt; $frontend_order,
}