OP#785 fix syntax
This commit is contained in:
@@ -33,6 +33,7 @@
|
|||||||
- manage required config files
|
- manage required config files
|
||||||
- manage cronjob settings via parameters
|
- manage cronjob settings via parameters
|
||||||
- run cron job to scan the file system (by default starting at root, configurable) via clamdscan
|
- 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
|
- manage services
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|||||||
@@ -65,8 +65,8 @@ class confdroid_clamav::params (
|
|||||||
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'
|
String $cv_concurrentdatabasereload = 'no',
|
||||||
|
|
||||||
) {
|
) {
|
||||||
# service
|
# service
|
||||||
|
|||||||
Reference in New Issue
Block a user