diff --git a/doc/_index.html b/doc/_index.html index be4356a..c845e3e 100644 --- a/doc/_index.html +++ b/doc/_index.html @@ -98,6 +98,11 @@ +
run cron job to scan the file system (by default starting at root, configurable) via clamdscan
set ConcurrentDatabaseReload option yes/no to optimize RAM consumption
+manage services
run cron job to scan the file system (by default starting at root, configurable) via clamdscan
set ConcurrentDatabaseReload option yes/no to optimize RAM consumption
+manage services
# File 'manifests/params.pp', line 40
@@ -609,32 +623,33 @@ inherited by all classes except defines.
class confdroid_clamav::params (
# installation
- Array $cv_reqpackages = ['clamav','clamd','s-nail'],
- String $cv_pkg_ensure = 'present',
+ Array $cv_reqpackages = ['clamav','clamd','s-nail'],
+ String $cv_pkg_ensure = 'present',
# clamd
- String $cv_logfile = '/var/log/clamd.scan',
- String $cv_logfileunlock = 'no',
- String $cv_logfilemaxsize = '2M',
- String $cv_logtime = 'yes',
- String $cv_logclean = 'no',
- String $cv_logsyslog = 'yes',
- String $cv_logfacility = 'LOG_MAIL',
- String $cv_logverbose = 'no',
- String $cv_logrotate = 'yes',
- String $cv_preludeenable = 'no',
- String $cv_preludeanalyzername = 'ClamAV',
- String $cv_tcpsocket = '3310',
- String $cv_tcpaddress = 'localhost',
- String $cv_alert_email = 'you@example.com',
- String $cv_cron_hour = '2',
- String $cv_cron_minute = '0',
- String $cv_cron_user = 'root',
- String $cv_scan_dir = '/',
- String $cv_alert_file = 'tmp/clamav-alert.txt',
- Boolean $cv_enable_freshclam = true,
- Boolean $cv_enable_clamd = true,
- Boolean $cv_use_excludepaths = true
+ String $cv_logfile = '/var/log/clamd.scan',
+ String $cv_logfileunlock = 'no',
+ String $cv_logfilemaxsize = '2M',
+ String $cv_logtime = 'yes',
+ String $cv_logclean = 'no',
+ String $cv_logsyslog = 'yes',
+ String $cv_logfacility = 'LOG_MAIL',
+ String $cv_logverbose = 'no',
+ String $cv_logrotate = 'yes',
+ String $cv_preludeenable = 'no',
+ String $cv_preludeanalyzername = 'ClamAV',
+ String $cv_tcpsocket = '3310',
+ String $cv_tcpaddress = 'localhost',
+ String $cv_alert_email = 'you@example.com',
+ String $cv_cron_hour = '2',
+ String $cv_cron_minute = '0',
+ String $cv_cron_user = 'root',
+ String $cv_scan_dir = '/',
+ String $cv_alert_file = 'tmp/clamav-alert.txt',
+ Boolean $cv_enable_freshclam = true,
+ Boolean $cv_enable_clamd = true,
+ Boolean $cv_use_excludepaths = true,
+ String $cv_concurrentdatabasereload = 'no',
) {
# service