]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/clamav/manifests/init.pp
Merge branch 'master' of git+ssh://zobel@puppet.debian.org/srv/puppet.debian.org...
[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