12 lines
372 B
Puppet
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
|
|
}
|