Files
confdroid_clamav/manifests/init.pp

13 lines
323 B
ObjectPascal
Raw Normal View History

2019-10-28 17:40:12 +01:00
## cd_clamav::init.pp
# Module name: cd_clamav
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class initializes the cd_clamav Module.
##############################################################################
class cd_clamav {
include cd_clamav::params
resources { 'firewall':
purge => true,
2019-10-28 17:40:12 +01:00
}
}