add EPEL resource
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
## cd_clamav ::main::install.pp
|
||||
# Module name: cd_clamav
|
||||
## clamav_cd ::main::install.pp
|
||||
# Module name: clamav_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class manage all aspects of installing binaries required for
|
||||
# cd_clamav
|
||||
# clamav_cd
|
||||
###############################################################################
|
||||
class cd_clamav::main::install (
|
||||
class clamav_cd::main::install (
|
||||
|
||||
) inherits clamav_cd::params {
|
||||
require resources_cd::main::epel
|
||||
|
||||
) inherits cd_clamav::params {
|
||||
package { $reqpackages:
|
||||
ensure => $pkg_ensure,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user