2026-09-22 11:54:36 +02:00
|
|
|
## confdroid_clamav ::main::install.pp
|
|
|
|
|
# Module name: confdroid_clamav
|
|
|
|
|
# Author: 12ww1160 (12ww1160@confdroid.com)
|
2019-12-24 21:56:22 +01:00
|
|
|
# @summary Class manage all aspects of installing binaries required for
|
2026-09-22 11:54:36 +02:00
|
|
|
# confdroid_clamav
|
2019-12-24 21:56:22 +01:00
|
|
|
###############################################################################
|
2026-09-22 11:54:36 +02:00
|
|
|
class confdroid_clamav::main::install (
|
2025-06-08 12:21:40 +02:00
|
|
|
|
2026-09-22 11:54:36 +02:00
|
|
|
) inherits confdroid_clamav::params {
|
2026-02-10 15:59:36 +01:00
|
|
|
require confdroid_resources::main::epel
|
2019-12-24 21:56:22 +01:00
|
|
|
|
2026-09-22 12:45:06 +02:00
|
|
|
package { $cv_reqpackages:
|
|
|
|
|
ensure => $cv_pkg_ensure,
|
2019-12-24 21:56:22 +01:00
|
|
|
}
|
|
|
|
|
}
|