From 905676c71a24be49b62198a3131bca71d54fff87 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Tue, 22 Sep 2026 13:16:48 +0200 Subject: [PATCH] OP#785 fix syntax --- README.md | 1 + manifests/params.pp | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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