recommit for updates in build 27

This commit is contained in:
Jenkins ConfDroid
2019-12-26 18:34:57 +01:00
parent 0fe5c67eee
commit e5ae4a9bf3
4 changed files with 109 additions and 7 deletions

View File

@@ -149,7 +149,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
<span class='type'>(<tt>string</tt>)</span>
<em class="default">(defaults to: <tt>&#39;latest&#39;</tt>)</em>
<em class="default">(defaults to: <tt>&#39;present&#39;</tt>)</em>
&mdash;
@@ -185,7 +185,16 @@ type</a> to choose, i.e. <code>latest</code> or <code>present</code>.</p>
40
41
42
43</pre>
43
44
45
46
47
48
49
50
51
52</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 28</span>
@@ -193,13 +202,22 @@ type</a> to choose, i.e. <code>latest</code> or <code>present</code>.</p>
class cd_clamav::params (
# installation
$reqpackages = [&#39;clamav&#39;,&#39;clamav-update&#39;,&#39;clamd&#39;],
$pkg_ensure = &#39;latest&#39;,
$reqpackages = [&#39;clamav&#39;,&#39;clamav-update&#39;,&#39;clamd&#39;],
$pkg_ensure = &#39;present&#39;,
) {
$cv_service = &#39;&#39;
# service
$cv_service = &#39;clamd@.service&#39;
# dirs
$cv_config_d_dir = &#39;/etc/clamd.d&#39;
# files
$cv_clamd_config_file = &quot;${cv_config_d_dir}/scan.conf&quot;
$cv_clamd_config_erb = &#39;cd_clamav/scan_conf.erb&#39;
$cv_freshclam_file = &#39;/etc/freshclam.conf&#39;
$cv_freshclam_erb = &#39;cd_clamav/freshclam_conf.erb&#39;
# includes must be last