Merge branch 'jenkins-build-5' into 'master'

Auto-merge for build 5

See merge request puppet/clamav_cd!2
This commit is contained in:
Jenkins
2025-06-08 10:54:35 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -112,7 +112,7 @@ inherited by all classes except defines.
<span class='name'>reqpackages</span>
<span class='type'>(<tt>String</tt>)</span>
<span class='type'>(<tt>Array</tt>)</span>
<em class="default">(defaults to: <tt>[&#39;clamav&#39;,&#39;clamav-update&#39;,&#39;clamd&#39;]</tt>)</em>
@@ -395,7 +395,7 @@ inherited by all classes except defines.
class clamav_cd::params (
# installation
String $reqpackages = [&#39;clamav&#39;,&#39;clamav-update&#39;,&#39;clamd&#39;],
Array $reqpackages = [&#39;clamav&#39;,&#39;clamav-update&#39;,&#39;clamd&#39;],
String $pkg_ensure = &#39;present&#39;,
# clamd

View File

@@ -3,7 +3,7 @@
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class holds all parameters for the clamav_cd module and is
# inherited by all classes except defines.
# @param [String] reqpackages List of packages to install.
# @param [Array] reqpackages List of packages to install.
# @param [String] pkg_ensure
# which [package type](https://confdroid.com/2017/05/puppet-type-package/)
# to choose, i.e. `latest` or `present`.
@@ -29,7 +29,7 @@
class clamav_cd::params (
# installation
String $reqpackages = ['clamav','clamav-update','clamd'],
Array $reqpackages = ['clamav','clamav-update','clamd'],
String $pkg_ensure = 'present',
# clamd