Recommit for updates in build 4

This commit is contained in:
Jenkins Server
2026-09-22 12:46:07 +02:00
parent deb6f938ae
commit b600b953ec
4 changed files with 33 additions and 15 deletions

View File

@@ -109,7 +109,7 @@ inherited by all classes except defines.
<li>
<span class='name'>reqpackages</span>
<span class='name'>cv_reqpackages</span>
<span class='type'>(<tt>Array</tt>)</span>
@@ -127,7 +127,7 @@ inherited by all classes except defines.
<li>
<span class='name'>pkg_ensure</span>
<span class='name'>cv_pkg_ensure</span>
<span class='type'>(<tt>String</tt>)</span>
@@ -517,6 +517,24 @@ inherited by all classes except defines.
&mdash;
<div class='inline'>
<p>whether to enable the clamd service</p>
</div>
</li>
<li>
<span class='name'>cv_use_excludepaths</span>
<span class='type'>(<tt>Boolean</tt>)</span>
<em class="default">(defaults to: <tt>true</tt>)</em>
&mdash;
<div class='inline'>
<p>whether to use advanced exclude paths</p>
</div>
</li>
@@ -532,7 +550,6 @@ inherited by all classes except defines.
<pre class="lines">
39
40
41
42
@@ -582,16 +599,18 @@ inherited by all classes except defines.
86
87
88
89</pre>
89
90
91</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 39</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 40</span>
class confdroid_clamav::params (
# installation
Array $reqpackages = [&#39;clamav&#39;,&#39;clamd&#39;,&#39;s-nail&#39;],
String $pkg_ensure = &#39;present&#39;,
Array $cv_reqpackages = [&#39;clamav&#39;,&#39;clamd&#39;,&#39;s-nail&#39;],
String $cv_pkg_ensure = &#39;present&#39;,
# clamd
String $cv_logfile = &#39;/var/log/clamd.scan&#39;,
@@ -615,6 +634,7 @@ class confdroid_clamav::params (
String $cv_alert_file = &#39;tmp/clamav-alert.txt&#39;,
Boolean $cv_enable_freshclam = true,
Boolean $cv_enable_clamd = true,
Boolean $cv_use_excludepaths = true
) {
# service