2025-06-08 12:21:40 +02:00
|
|
|
## clamav_cd ::main::install.pp
|
|
|
|
|
# Module name: clamav_cd
|
2019-12-24 23:23:25 +01:00
|
|
|
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
2019-12-24 21:56:22 +01:00
|
|
|
# @summary Class manage all aspects of installing binaries required for
|
2025-06-08 12:21:40 +02:00
|
|
|
# clamav_cd
|
2019-12-24 21:56:22 +01:00
|
|
|
###############################################################################
|
2025-06-08 12:21:40 +02:00
|
|
|
class clamav_cd::main::install (
|
|
|
|
|
|
|
|
|
|
) inherits clamav_cd::params {
|
2026-02-10 15:59:36 +01:00
|
|
|
require confdroid_resources::main::epel
|
2019-12-24 21:56:22 +01:00
|
|
|
|
2025-05-06 15:08:37 +02:00
|
|
|
package { $reqpackages:
|
2019-12-24 21:56:22 +01:00
|
|
|
ensure => $pkg_ensure,
|
|
|
|
|
}
|
|
|
|
|
}
|