diff --git a/CHANGELOG.md b/CHANGELOG.md
index 769516e..2c1f4e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,16 @@ Changelog of Git Changelog.
Unreleased
No issue
+87b72468db8186a Jenkins ConfDroid 2019-12-24 22:58:56
+
+
recommit for updates in build 22
+
+
+830805df577ff60 Arne Teuke 2019-12-24 22:58:13
+
+
adds controls for service, files and dirs, plus templates
+
+
9f2852d61edbc5b Jenkins ConfDroid 2019-12-24 22:24:14
recommit for updates in build 21
diff --git a/doc/puppet_classes/cd_clamav_3A_3Aparams.html b/doc/puppet_classes/cd_clamav_3A_3Aparams.html
index dc93c85..1a80405 100644
--- a/doc/puppet_classes/cd_clamav_3A_3Aparams.html
+++ b/doc/puppet_classes/cd_clamav_3A_3Aparams.html
@@ -131,9 +131,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses/.
(string)
- (defaults to: ['clamav','clamav-server','clamav-data','clamav-update',
- 'clamav-filesystem','clamav-scanner-systemd',
- 'clamav-devel','clamav-lib','clamav-server-systemd'])
+ (defaults to: ['clamav'])
—
@@ -187,9 +185,7 @@ type to choose, i.e. latest or present.
40
41
42
-43
-44
-45
+43
# File 'manifests/params.pp', line 28
@@ -197,9 +193,7 @@ type to choose, i.e. latest or present.
class cd_clamav::params (
# installation
-$reqpackages = ['clamav','clamav-server','clamav-data','clamav-update',
- 'clamav-filesystem','clamav-scanner-systemd',
- 'clamav-devel','clamav-lib','clamav-server-systemd'],
+$reqpackages = ['clamav'],
$pkg_ensure = 'latest',
) {
|