Merge branch 'master' of git+ssh://zobel@puppet.debian.org/srv/puppet.debian.org...
[mirror/dsa-puppet.git] / modules / clamav / manifests / init.pp
1 class clamav {
2     package { "clamav-daemon": ensure => installed;
3               "clamav-freshclam": ensure => installed;
4               "clamav-unofficial-sigs": ensure => installed;
5     }
6 }
7