summaryrefslogtreecommitdiff
path: root/puppet/modules/clamav/manifests/init.pp
blob: de8fb4dc99c216f4bcd84530a98f4f7b9744a6cb (plain)
1
2
3
4
5
6
7
8
class clamav {

  include clamav::daemon
  include clamav::milter
  include clamav::unofficial_sigs
  include clamav::freshclam

}