How many of our hosts have a broken /etc/hosts ?
[mirror/dsa-puppet.git] / modules / clamav / manifests / init.pp
1 class clamav {
2     package { "clamav-daemon": ensure => installed;
3               "clamav-freshclam": ensure => installed;
4     }
5 }
6