recommit for updates in build 27
This commit is contained in:
@@ -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>'latest'</tt>)</em>
|
||||
<em class="default">(defaults to: <tt>'present'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
@@ -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 = ['clamav','clamav-update','clamd'],
|
||||
$pkg_ensure = 'latest',
|
||||
$reqpackages = ['clamav','clamav-update','clamd'],
|
||||
$pkg_ensure = 'present',
|
||||
|
||||
) {
|
||||
|
||||
$cv_service = ''
|
||||
# service
|
||||
$cv_service = 'clamd@.service'
|
||||
|
||||
# dirs
|
||||
$cv_config_d_dir = '/etc/clamd.d'
|
||||
|
||||
# files
|
||||
$cv_clamd_config_file = "${cv_config_d_dir}/scan.conf"
|
||||
$cv_clamd_config_erb = 'cd_clamav/scan_conf.erb'
|
||||
$cv_freshclam_file = '/etc/freshclam.conf'
|
||||
$cv_freshclam_erb = 'cd_clamav/freshclam_conf.erb'
|
||||
|
||||
# includes must be last
|
||||
|
||||
|
||||
Reference in New Issue
Block a user