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,12 +1,12 @@
## cd_clamav::main::service.pp
# Module name: cd_clamav
## clamav_cd::main::service.pp
# Module name: clamav_cd
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class manages the service(s) for cd_clamav.
# @summary Class manages the service(s) for clamav_cd.
#############################################################################
class cd_clamav::main::service (
class clamav_cd::main::service (
) inherits cd_clamav::params {
require cd_clamav::main::files
) inherits clamav_cd::params {
require clamav_cd::main::files
# service { $cv_service:
# ensure => running,