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 {
|
2019-12-24 23:23:25 +01:00
|
|
|
include cd_clamav::main::service
|
2019-10-28 17:40:12 +01:00
|
|
|
}
|