Files
confdroid_clamav/manifests/init.pp

13 lines
323 B
ObjectPascal
Raw Normal View History

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