13 lines
354 B
Puppet
13 lines
354 B
Puppet
## confdroid_clamav::init.pp
|
|
# Module name: confdroid_clamav
|
|
# Author: 12ww1160 (12ww1160@confdroid.com)
|
|
# @summary Class initializes the confdroid_clamav Module.
|
|
##############################################################################
|
|
class confdroid_clamav {
|
|
include confdroid_clamav::params
|
|
|
|
resources { 'firewall':
|
|
purge => true,
|
|
}
|
|
}
|