Files

13 lines
354 B
ObjectPascal
Raw Permalink Normal View History

2026-09-22 11:54:36 +02:00
## confdroid_clamav::init.pp
# Module name: confdroid_clamav
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary Class initializes the confdroid_clamav Module.
2019-10-28 17:40:12 +01:00
##############################################################################
2026-09-22 11:54:36 +02:00
class confdroid_clamav {
include confdroid_clamav::params
2019-10-28 17:40:12 +01:00
resources { 'firewall':
purge => true,
2019-10-28 17:40:12 +01:00
}
}