OP#785 add excludepaths and option to use it

This commit is contained in:
2026-09-22 12:45:06 +02:00
parent 2d3304abac
commit 7f20c0e45e
4 changed files with 33 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ class confdroid_clamav::main::install (
) inherits confdroid_clamav::params {
require confdroid_resources::main::epel
package { $reqpackages:
ensure => $pkg_ensure,
package { $cv_reqpackages:
ensure => $cv_pkg_ensure,
}
}