recommit for updates in build 23
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -7,6 +7,16 @@ Changelog of Git Changelog.
|
||||
<h2> Unreleased </h2>
|
||||
<h2> No issue </h2>
|
||||
|
||||
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/87b72468db8186a">87b72468db8186a</a> Jenkins ConfDroid <i>2019-12-24 22:58:56</i>
|
||||
<p>
|
||||
<h3>recommit for updates in build 22</h3>
|
||||
|
||||
</p>
|
||||
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/830805df577ff60">830805df577ff60</a> Arne Teuke <i>2019-12-24 22:58:13</i>
|
||||
<p>
|
||||
<h3>adds controls for service, files and dirs, plus templates</h3>
|
||||
|
||||
</p>
|
||||
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/9f2852d61edbc5b">9f2852d61edbc5b</a> Jenkins ConfDroid <i>2019-12-24 22:24:14</i>
|
||||
<p>
|
||||
<h3>recommit for updates in build 21</h3>
|
||||
|
||||
@@ -131,9 +131,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>['clamav','clamav-server','clamav-data','clamav-update',
|
||||
'clamav-filesystem','clamav-scanner-systemd',
|
||||
'clamav-devel','clamav-lib','clamav-server-systemd']</tt>)</em>
|
||||
<em class="default">(defaults to: <tt>['clamav']</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
@@ -187,9 +185,7 @@ type</a> to choose, i.e. <code>latest</code> or <code>present</code>.</p>
|
||||
40
|
||||
41
|
||||
42
|
||||
43
|
||||
44
|
||||
45</pre>
|
||||
43</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 28</span>
|
||||
@@ -197,9 +193,7 @@ type</a> to choose, i.e. <code>latest</code> or <code>present</code>.</p>
|
||||
class cd_clamav::params (
|
||||
|
||||
# installation
|
||||
$reqpackages = ['clamav','clamav-server','clamav-data','clamav-update',
|
||||
'clamav-filesystem','clamav-scanner-systemd',
|
||||
'clamav-devel','clamav-lib','clamav-server-systemd'],
|
||||
$reqpackages = ['clamav'],
|
||||
$pkg_ensure = 'latest',
|
||||
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user