add EPEL resource

This commit is contained in:
Arne Teuke
2025-06-08 12:21:40 +02:00
parent be07493da0
commit 2c5ae3f4ed
7 changed files with 43 additions and 41 deletions

View File

@@ -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
}