OP#785 fix syntax

This commit is contained in:
2026-09-22 13:16:48 +02:00
parent e8f292967e
commit 905676c71a
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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