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

Auto-merge for build 6

See merge request puppet/clamav_cd!3
This commit is contained in:
Jenkins
2025-06-08 11:14:56 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -29,7 +29,7 @@
class clamav_cd::params ( class clamav_cd::params (
# installation # installation
Array $reqpackages = ['clamav','clamav-update','clamd'], Array $reqpackages = ['clamav','clamd'],
String $pkg_ensure = 'present', String $pkg_ensure = 'present',
# clamd # clamd