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':
|
2025-05-06 15:08:37 +02:00
|
|
|
purge => true,
|
2019-10-28 17:40:12 +01:00
|
|
|
}
|
|
|
|
|
}
|