diff --git a/README.md b/README.md index 427d827..aee2f97 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ - manage required config files - manage cronjob settings via parameters - 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 ## Dependencies diff --git a/manifests/params.pp b/manifests/params.pp index b6d4bcd..0c1205b 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -65,8 +65,8 @@ class confdroid_clamav::params ( 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' + Boolean $cv_use_excludepaths = true, + String $cv_concurrentdatabasereload = 'no', ) { # service