recommit for updates in build 24
This commit is contained in:
@@ -131,7 +131,9 @@ 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>['clamav']</tt>)</em>
|
||||
<em class="default">(defaults to: <tt>['clamav','clamav-data','clamav-update',
|
||||
'clamav-filesystem',
|
||||
'clamav-devel','clamav-lib']</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
@@ -185,7 +187,9 @@ type</a> to choose, i.e. <code>latest</code> or <code>present</code>.</p>
|
||||
40
|
||||
41
|
||||
42
|
||||
43</pre>
|
||||
43
|
||||
44
|
||||
45</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 28</span>
|
||||
@@ -193,7 +197,9 @@ type</a> to choose, i.e. <code>latest</code> or <code>present</code>.</p>
|
||||
class cd_clamav::params (
|
||||
|
||||
# installation
|
||||
$reqpackages = ['clamav'],
|
||||
$reqpackages = ['clamav','clamav-data','clamav-update',
|
||||
'clamav-filesystem',
|
||||
'clamav-devel','clamav-lib'],
|
||||
$pkg_ensure = 'latest',
|
||||
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user