geerlingguy / ansible-role-clamav

Ansible Role - ClamAV.
https://galaxy.ansible.com/geerlingguy/clamav/
MIT License
60 stars 51 forks source link

Add ability to configure clam daemon (and fix broken CentOS build) #2

Closed geerlingguy closed 7 years ago

geerlingguy commented 7 years ago

CentOS is complaining that the default /etc/clamd.d/scan.conf file is not parseable, and that's because the Example that comes preinstalled is still in the file. We should comment the Example line and uncomment LocalSocket by default. I need to see if this file is in a different path on Ubuntu, though.