recommit for updates in build 22

This commit is contained in:
Jenkins ConfDroid
2019-12-24 23:58:56 +01:00
parent 90f94b07e1
commit 87b72468db
4 changed files with 30 additions and 11 deletions

View File

@@ -140,12 +140,12 @@ class cd_clamav::main::service (
require cd_clamav::main::files
service { $cv_service:
ensure => running,
hasstatus => true,
hasrestart => true,
enable => true,
}
# service { $cv_service:
# ensure => running,
# hasstatus => true,
# hasrestart => true,
# enable => true,
# }
}</pre>
</td>

View File

@@ -131,7 +131,9 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
<span class='type'>(<tt>string</tt>)</span>
<em class="default">(defaults to: <tt>[&#39;clamav&#39;,&#39;clamd&#39;]</tt>)</em>
<em class="default">(defaults to: <tt>[&#39;clamav&#39;,&#39;clamav-server&#39;,&#39;clamav-data&#39;,&#39;clamav-update&#39;,
&#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;
@@ -185,7 +187,9 @@ type</a> to choose, i.e. <code>latest</code> or <code>present</code>.</p>
40
41
42
43</pre>
43
44
45</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 28</span>
@@ -193,12 +197,14 @@ type</a> to choose, i.e. <code>latest</code> or <code>present</code>.</p>
class cd_clamav::params (
# installation
$reqpackages = [&#39;clamav&#39;,&#39;clamd&#39;],
$reqpackages = [&#39;clamav&#39;,&#39;clamav-server&#39;,&#39;clamav-data&#39;,&#39;clamav-update&#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;,
) {
$cv_service = &#39;clamd@.service&#39;
$cv_service = &#39;&#39;
# includes must be last