Recommit for updates in build 10

This commit is contained in:
Jenkins Server
2025-06-08 14:05:13 +02:00
parent e4ce02103c
commit 36f63ed503

View File

@@ -337,6 +337,42 @@ inherited by all classes except defines.
—
<div class='inline'>
<p>name of the analyzer used by prelude-admin.</p>
</div>
</li>
<li>
<span class='name'>cv_tcpsocket</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;3310&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>socket port</p>
</div>
</li>
<li>
<span class='name'>cv_tcpaddress</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;127.0.0.1&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>ip address to listen on</p>
</div>
</li>
@@ -352,8 +388,6 @@ inherited by all classes except defines.
<pre class="lines">
29
30
31
32
33
@@ -390,29 +424,35 @@ inherited by all classes except defines.
64
65
66
67</pre>
67
68
69
70
71</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 29</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 31</span>
class clamav_cd::params (
# installation
Array $reqpackages = [&#39;clamav&#39;,&#39;clamd&#39;],
String $pkg_ensure = &#39;present&#39;,
Array $reqpackages = [&#39;clamav&#39;,&#39;clamd&#39;],
String $pkg_ensure = &#39;present&#39;,
# clamd
String $cv_logfile = &#39;/var/log/clamd.scan&#39;,
String $cv_logfileunlock = &#39;no&#39;,
String $cv_logfilemaxsize = &#39;2M&#39;,
String $cv_logtime = &#39;yes&#39;,
String $cv_logclean = &#39;no&#39;,
String $cv_logsyslog = &#39;yes&#39;,
String $cv_logfacility = &#39;LOG_MAIL&#39;,
String $cv_logverbose = &#39;no&#39;,
String $cv_logrotate = &#39;yes&#39;,
String $cv_preludeenable = &#39;no&#39;,
String $cv_preludeanalyzername = &#39;ClamAV&#39;,
String $cv_logfile = &#39;/var/log/clamd.scan&#39;,
String $cv_logfileunlock = &#39;no&#39;,
String $cv_logfilemaxsize = &#39;2M&#39;,
String $cv_logtime = &#39;yes&#39;,
String $cv_logclean = &#39;no&#39;,
String $cv_logsyslog = &#39;yes&#39;,
String $cv_logfacility = &#39;LOG_MAIL&#39;,
String $cv_logverbose = &#39;no&#39;,
String $cv_logrotate = &#39;yes&#39;,
String $cv_preludeenable = &#39;no&#39;,
String $cv_preludeanalyzername = &#39;ClamAV&#39;,
String $cv_tcpsocket = &#39;3310&#39;,
String $cv_tcpaddress = &#39;127.0.0.1&#39;,
) {
# service