recommit for updates in build 23

This commit is contained in:
Jenkins ConfDroid
2019-12-26 17:01:59 +01:00
parent a4e90492de
commit a69c0e096e
2 changed files with 13 additions and 9 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/87b72468db8186a">87b72468db8186a</a> Jenkins ConfDroid <i>2019-12-24 22:58:56</i>
<p>
<h3>recommit for updates in build 22</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/830805df577ff60">830805df577ff60</a> Arne Teuke <i>2019-12-24 22:58:13</i>
<p>
<h3>adds controls for service, files and dirs, plus templates</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/9f2852d61edbc5b">9f2852d61edbc5b</a> Jenkins ConfDroid <i>2019-12-24 22:24:14</i> <a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/9f2852d61edbc5b">9f2852d61edbc5b</a> Jenkins ConfDroid <i>2019-12-24 22:24:14</i>
<p> <p>
<h3>recommit for updates in build 21</h3> <h3>recommit for updates in build 21</h3>

View File

@@ -131,9 +131,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
<span class='type'>(<tt>string</tt>)</span> <span class='type'>(<tt>string</tt>)</span>
<em class="default">(defaults to: <tt>[&#39;clamav&#39;,&#39;clamav-server&#39;,&#39;clamav-data&#39;,&#39;clamav-update&#39;, <em class="default">(defaults to: <tt>[&#39;clamav&#39;]</tt>)</em>
&#39;clamav-filesystem&#39;,&#39;clamav-scanner-systemd&#39;,
&#39;clamav-devel&#39;,&#39;clamav-lib&#39;,&#39;clamav-server-systemd&#39;]</tt>)</em>
&mdash; &mdash;
@@ -187,9 +185,7 @@ type</a> to choose, i.e. <code>latest</code> or <code>present</code>.</p>
40 40
41 41
42 42
43 43</pre>
44
45</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 28</span> <pre class="code"><span class="info file"># File 'manifests/params.pp', line 28</span>
@@ -197,9 +193,7 @@ type</a> to choose, i.e. <code>latest</code> or <code>present</code>.</p>
class cd_clamav::params ( class cd_clamav::params (
# installation # installation
$reqpackages = [&#39;clamav&#39;,&#39;clamav-server&#39;,&#39;clamav-data&#39;,&#39;clamav-update&#39;, $reqpackages = [&#39;clamav&#39;],
&#39;clamav-filesystem&#39;,&#39;clamav-scanner-systemd&#39;,
&#39;clamav-devel&#39;,&#39;clamav-lib&#39;,&#39;clamav-server-systemd&#39;],
$pkg_ensure = &#39;latest&#39;, $pkg_ensure = &#39;latest&#39;,
) { ) {