Files
confdroid_clamav/manifests/main/config.pp
2025-05-06 15:08:37 +02:00

12 lines
372 B
Puppet

## cd_clamav::main::config.pp
# Module name: cd_clamav
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class manages all aspects of configuring the module logic for
# cd_clamav.
##############################################################################
class cd_clamav::main::config (
) inherits cd_clamav::params {
include cd_clamav::main::service
}