Skip to content

saltstack-formulas/clamav-formula

Repository files navigation

clamav-formula

SaltStack Formula to set up and configure ClamAV, an antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats

On 'Redhat' based systems epel-formula should also be used

To execute tests on 'FreeBSD' you need vagrant.
  • Use bundle install --with freebsd before running kitchen.
  • Execute env KITCHEN_LOCAL_YAML=.kitchen.freebsd.yml kitchen test

https://travis-ci.org/saltstack-formulas/clamav-formula.svg?branch=master

Available states

Meta-state that includes clamav.freshclam and clamav.clamd state.

Meta-state to install clamd, config file and service.

Installs clamav package.

Manages the clamd.conf file for clamd.

Manages the clamd daemon service.

Meta-state to Install freshclam, config file and service.

Installs freshclam package.

Manages the freshclam.conf file for freshclam.

Manages the freshclam daemon service.