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