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

12 lines
372 B
Puppet

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