From 363f743d847e7e9d43bd7e800a04ebc00c059c8b Mon Sep 17 00:00:00 2001 From: Frederik Leonhardt Date: Wed, 31 Jul 2024 13:54:25 +1200 Subject: [PATCH] Debian/Ubuntu: Fix location of freshclam.conf --- README.md | 2 +- vars/Debian.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1202eef..6bff7c9 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Available variables are listed below, along with default values (see `defaults/m clamav_daemon_localsocket: /var/run/clamav/clamd.ctl clamav_daemon_config_path: /etc/clamav/clamd.conf - clamav_freshclam_daemon_config_path: /etc/freshclam.conf + clamav_freshclam_daemon_config_path: /etc/clamav/freshclam.conf Path configuration for ClamAV daemon. These are hardcoded specifically for each OS family (Debian and Red Hat) and cannot be overidden. diff --git a/vars/Debian.yml b/vars/Debian.yml index aa8d05f..c9219d1 100644 --- a/vars/Debian.yml +++ b/vars/Debian.yml @@ -1,7 +1,7 @@ --- clamav_daemon_localsocket: /var/run/clamav/clamd.ctl clamav_daemon_config_path: /etc/clamav/clamd.conf -clamav_freshclam_daemon_config_path: /etc/freshclam.conf +clamav_freshclam_daemon_config_path: /etc/clamav/freshclam.conf __clamav_daemon: 'clamav-daemon' __clamav_freshclam_daemon: 'clamav-freshclam' __clamav_packages: