Compare commits

..

4 Commits

Author SHA1 Message Date
Jenkins Server
089ce65839 Recommit for updates in build 7 2026-09-22 13:15:35 +02:00
Jenkins Server
f653fadbba Merge remote-tracking branch 'origin/master' into jenkins-build-7 2026-09-22 13:14:51 +02:00
e8f292967e OP#785 add ConcurrentDatabaseReload option 2026-09-22 13:14:33 +02:00
Jenkins Server
164673a5ba Merge remote-tracking branch 'origin/master' into jenkins-build-6 2026-09-22 12:57:31 +02:00
9 changed files with 31 additions and 41 deletions

View File

@@ -98,11 +98,6 @@
</li> </li>
<li>
<span class='object_link'><a href="puppet_classes/confdroid_clamav_3A_3Aparams.html" title="puppet_classes::confdroid_clamav::params (puppet_class)">confdroid_clamav::params</a></span>
</li>
</ul> </ul>
</ul> </ul>

View File

@@ -78,13 +78,6 @@
</li> </li>
<li id="object_puppet_classes::confdroid_clamav::params" class="odd">
<div class="item">
<span class='object_link'><a href="puppet_classes/confdroid_clamav_3A_3Aparams.html" title="puppet_classes::confdroid_clamav::params (puppet_class)">confdroid_clamav::params</a></span>
</div>
</li>
</ul> </ul>
</div> </div>

View File

@@ -64,7 +64,7 @@
<dl> <dl>
<dt>Inherits:</dt> <dt>Inherits:</dt>
<dd><span class='object_link'><a href="confdroid_clamav_3A_3Aparams.html" title="puppet_classes::confdroid_clamav::params (puppet_class)">confdroid_clamav::params</a></span></dd> <dd>confdroid_clamav::params</dd>
</dl> </dl>

View File

@@ -64,7 +64,7 @@
<dl> <dl>
<dt>Inherits:</dt> <dt>Inherits:</dt>
<dd><span class='object_link'><a href="confdroid_clamav_3A_3Aparams.html" title="puppet_classes::confdroid_clamav::params (puppet_class)">confdroid_clamav::params</a></span></dd> <dd>confdroid_clamav::params</dd>
</dl> </dl>

View File

@@ -64,7 +64,7 @@
<dl> <dl>
<dt>Inherits:</dt> <dt>Inherits:</dt>
<dd><span class='object_link'><a href="confdroid_clamav_3A_3Aparams.html" title="puppet_classes::confdroid_clamav::params (puppet_class)">confdroid_clamav::params</a></span></dd> <dd>confdroid_clamav::params</dd>
</dl> </dl>

View File

@@ -64,7 +64,7 @@
<dl> <dl>
<dt>Inherits:</dt> <dt>Inherits:</dt>
<dd><span class='object_link'><a href="confdroid_clamav_3A_3Aparams.html" title="puppet_classes::confdroid_clamav::params (puppet_class)">confdroid_clamav::params</a></span></dd> <dd>confdroid_clamav::params</dd>
</dl> </dl>

View File

@@ -64,7 +64,7 @@
<dl> <dl>
<dt>Inherits:</dt> <dt>Inherits:</dt>
<dd><span class='object_link'><a href="confdroid_clamav_3A_3Aparams.html" title="puppet_classes::confdroid_clamav::params (puppet_class)">confdroid_clamav::params</a></span></dd> <dd>confdroid_clamav::params</dd>
</dl> </dl>

View File

@@ -40,32 +40,33 @@
class confdroid_clamav::params ( class confdroid_clamav::params (
# installation # installation
Array $cv_reqpackages = ['clamav','clamd','s-nail'], Array $cv_reqpackages = ['clamav','clamd','s-nail'],
String $cv_pkg_ensure = 'present', String $cv_pkg_ensure = 'present',
# clamd # clamd
String $cv_logfile = '/var/log/clamd.scan', String $cv_logfile = '/var/log/clamd.scan',
String $cv_logfileunlock = 'no', String $cv_logfileunlock = 'no',
String $cv_logfilemaxsize = '2M', String $cv_logfilemaxsize = '2M',
String $cv_logtime = 'yes', String $cv_logtime = 'yes',
String $cv_logclean = 'no', String $cv_logclean = 'no',
String $cv_logsyslog = 'yes', String $cv_logsyslog = 'yes',
String $cv_logfacility = 'LOG_MAIL', String $cv_logfacility = 'LOG_MAIL',
String $cv_logverbose = 'no', String $cv_logverbose = 'no',
String $cv_logrotate = 'yes', String $cv_logrotate = 'yes',
String $cv_preludeenable = 'no', String $cv_preludeenable = 'no',
String $cv_preludeanalyzername = 'ClamAV', String $cv_preludeanalyzername = 'ClamAV',
String $cv_tcpsocket = '3310', String $cv_tcpsocket = '3310',
String $cv_tcpaddress = 'localhost', String $cv_tcpaddress = 'localhost',
String $cv_alert_email = 'you@example.com', String $cv_alert_email = 'you@example.com',
String $cv_cron_hour = '2', String $cv_cron_hour = '2',
String $cv_cron_minute = '0', String $cv_cron_minute = '0',
String $cv_cron_user = 'root', String $cv_cron_user = 'root',
String $cv_scan_dir = '/', String $cv_scan_dir = '/',
String $cv_alert_file = 'tmp/clamav-alert.txt', String $cv_alert_file = 'tmp/clamav-alert.txt',
Boolean $cv_enable_freshclam = true, Boolean $cv_enable_freshclam = true,
Boolean $cv_enable_clamd = true, Boolean $cv_enable_clamd = true,
Boolean $cv_use_excludepaths = true Boolean $cv_use_excludepaths = true
String $cv_concurrentdatabasereload = 'no'
) { ) {
# service # service

View File

@@ -14,6 +14,7 @@ LogRotate <%= @cv_logrotate %>
PreludeEnable <%= @cv_preludeenable %> PreludeEnable <%= @cv_preludeenable %>
TCPSocket <%= @cv_tcpsocket %> TCPSocket <%= @cv_tcpsocket %>
TCPAddr <%= @cv_tcpaddress %> TCPAddr <%= @cv_tcpaddress %>
ConcurrentDatabaseReload <%= @cv_concurrentdatabasereload %>
# #
# Set the name of the analyzer used by prelude-admin. # Set the name of the analyzer used by prelude-admin.
# Default: ClamAV # Default: ClamAV