recommit for updates in build 11

This commit is contained in:
Jenkins ConfDroid
2020-06-07 14:48:54 +02:00
parent b9e4a9e005
commit 28302ede94
2 changed files with 42 additions and 2 deletions

View File

@@ -8,6 +8,46 @@ Changelog of Git Changelog.
<h2> No issue </h2> <h2> No issue </h2>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/ff469672a0c394f">ff469672a0c394f</a> Jenkins ConfDroid <i>2020-06-07 12:41:55</i>
<p>
<h3>recommit for updates in build 10</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/6a9a9c0fcebf3c3">6a9a9c0fcebf3c3</a> Arne Teuke <i>2020-06-07 12:41:10</i>
<p>
<h3>lints</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/4b80ca40f339cc0">4b80ca40f339cc0</a> Arne Teuke <i>2020-06-07 12:28:44</i>
<p>
<h3>lints</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/ed756af5535a364">ed756af5535a364</a> Arne Teuke <i>2020-06-07 12:28:10</i>
<p>
<h3>changes params structure</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/1ea6ca5cab06f5c">1ea6ca5cab06f5c</a> Arne Teuke <i>2020-06-07 12:26:54</i>
<p>
<h3>changes params structure</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/6aff668126fc0b2">6aff668126fc0b2</a> Arne Teuke <i>2020-06-07 12:24:54</i>
<p>
<h3>changes params structure</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/5439dccf9dad121">5439dccf9dad121</a> Arne Teuke <i>2020-06-07 12:22:43</i>
<p>
<h3>changes params structure</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/166646f1d1622e1">166646f1d1622e1</a> Arne Teuke <i>2020-06-07 12:17:18</i>
<p>
<h3>changes params structure</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/35043067cf4420c">35043067cf4420c</a> Jenkins ConfDroid <i>2019-04-10 18:43:58</i> <a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/35043067cf4420c">35043067cf4420c</a> Jenkins ConfDroid <i>2019-04-10 18:43:58</i>
<p> <p>
<h3>recommit for updates in build 4</h3> <h3>recommit for updates in build 4</h3>

View File

@@ -867,7 +867,7 @@ log lines.</p>
<span class='type'>(<tt>Any</tt>)</span> <span class='type'>(<tt>Any</tt>)</span>
<em class="default">(defaults to: <tt>&#39;http://repo.okay.com.mx/centos/8/x86_64/release/okay-release-1-1.noarch.rpm&#39;</tt>)</em> <em class="default">(defaults to: <tt>&#39;http://repo.okay.com.mx/centos/latest/x86_64/release/okay-release-1-3.el8.noarch.rpm&#39;</tt>)</em>
</li> </li>
@@ -1003,7 +1003,7 @@ $reqpackages = [&#39;fail2ban&#39;,&#39;fail2ban-firewalld&#39;,
&#39;fail2ban-sendmail&#39;,&#39;fail2ban-server.noarch&#39;, &#39;fail2ban-sendmail&#39;,&#39;fail2ban-server.noarch&#39;,
&#39;whois&#39;], &#39;whois&#39;],
# urls # urls
$fn_extra_repo_url = &#39;http://repo.okay.com.mx/centos/8/x86_64/release/okay-release-1-1.noarch.rpm&#39;, $fn_extra_repo_url = &#39;http://repo.okay.com.mx/centos/latest/x86_64/release/okay-release-1-3.el8.noarch.rpm&#39;,
$fn_manage_config = true, $fn_manage_config = true,
$fn_enable_service = &#39;running&#39;, $fn_enable_service = &#39;running&#39;,