add EPEL resource
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
## cd_clamav::main::config.pp
|
||||
# Module name: cd_clamav
|
||||
## 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
|
||||
# cd_clamav.
|
||||
# clamav_cd.
|
||||
##############################################################################
|
||||
class cd_clamav::main::config (
|
||||
class clamav_cd::main::config (
|
||||
|
||||
) inherits cd_clamav::params {
|
||||
include cd_clamav::main::service
|
||||
) inherits clamav_cd::params {
|
||||
include clamav_cd::main::service
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user