add EPEL resource
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
## cd_clamav::main::files.pp
|
||||
# Module name: cd_clamav
|
||||
## clamav_cd::main::files.pp
|
||||
# Module name: clamav_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class manages all configuration files required for cd_clamav.
|
||||
# @summary Class manages all configuration files required for clamav_cd.
|
||||
##############################################################################
|
||||
class cd_clamav::main::files (
|
||||
class clamav_cd::main::files (
|
||||
|
||||
) inherits cd_clamav::params {
|
||||
require cd_clamav::main::dirs
|
||||
) inherits clamav_cd::params {
|
||||
require clamav_cd::main::dirs
|
||||
|
||||
# clamd config file
|
||||
file { $cv_clamd_config_file:
|
||||
|
||||
Reference in New Issue
Block a user