Files
confdroid_clamav/manifests/main/config.pp

12 lines
372 B
ObjectPascal
Raw Normal View History

2019-10-28 17:40:12 +01:00
## 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
2019-10-28 17:40:12 +01:00
}