recommit for updates in build 20

This commit is contained in:
Jenkins ConfDroid
2019-12-24 22:37:12 +01:00
parent 8993e78746
commit 0d8da38d9c
2 changed files with 11 additions and 5 deletions

View File

@@ -7,6 +7,16 @@ Changelog of Git Changelog.
<h2> Unreleased </h2> <h2> Unreleased </h2>
<h2> No issue </h2> <h2> No issue </h2>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/18ea2b3878bb807">18ea2b3878bb807</a> Jenkins ConfDroid <i>2019-12-24 21:17:31</i>
<p>
<h3>recommit for updates in build 19</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/f57ba6bdd6fa0f0">f57ba6bdd6fa0f0</a> Arne Teuke <i>2019-12-24 21:16:56</i>
<p>
<h3>changes jenkinsfile</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/02ba2a45c27f44d">02ba2a45c27f44d</a> Jenkins ConfDroid <i>2019-12-24 21:14:23</i> <a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/02ba2a45c27f44d">02ba2a45c27f44d</a> Jenkins ConfDroid <i>2019-12-24 21:14:23</i>
<p> <p>
<h3>recommit for updates in build 18</h3> <h3>recommit for updates in build 18</h3>

View File

@@ -128,9 +128,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
29 29
30 30
31 31
32 32</pre>
33
34</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/main/install.pp', line 25</span> <pre class="code"><span class="info file"># File 'manifests/main/install.pp', line 25</span>
@@ -139,8 +137,6 @@ class cd_clamav::main::install (
) inherits cd_clamav::params { ) inherits cd_clamav::params {
require cd_clamav::main::yumrepo
package {$reqpackages: package {$reqpackages:
ensure =&gt; $pkg_ensure, ensure =&gt; $pkg_ensure,
} }