OP#785 fix syntax
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user