Files
confdroid_clamav/manifests/init.pp
2025-06-08 12:21:40 +02:00

13 lines
323 B
Puppet

## clamav_cd::init.pp
# Module name: clamav_cd
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class initializes the clamav_cd Module.
##############################################################################
class clamav_cd {
include clamav_cd::params
resources { 'firewall':
purge => true,
}
}