Puppet Class: cd_clamav
- Defined in:
- manifests/init.pp
Summary
Class initializes the cd_clamav Module.Overview
cd_clamav::init.pp Module name: cd_clamav Author: Arne Teuke (arne_teuke@confdroid.com)
6 7 8 9 10 11 12 |
# File 'manifests/init.pp', line 6
class cd_clamav {
include cd_clamav::params
resources { 'firewall':
purge => true,
}
}
|