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