Files
confdroid_clamav/manifests/init.pp
2026-09-22 11:54:36 +02:00

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,
}
}