recommit for updates in build 25
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -7,6 +7,16 @@ Changelog of Git Changelog.
|
|||||||
<h2> Unreleased </h2>
|
<h2> Unreleased </h2>
|
||||||
<h2> No issue </h2>
|
<h2> No issue </h2>
|
||||||
|
|
||||||
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/3f2934b4a3e16c4">3f2934b4a3e16c4</a> Jenkins ConfDroid <i>2019-12-26 16:03:26</i>
|
||||||
|
<p>
|
||||||
|
<h3>recommit for updates in build 24</h3>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/1e6d36787bd5827">1e6d36787bd5827</a> Arne Teuke <i>2019-12-26 16:02:49</i>
|
||||||
|
<p>
|
||||||
|
<h3>changes packages</h3>
|
||||||
|
|
||||||
|
</p>
|
||||||
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/a69c0e096e10f44">a69c0e096e10f44</a> Jenkins ConfDroid <i>2019-12-26 16:01:59</i>
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/a69c0e096e10f44">a69c0e096e10f44</a> Jenkins ConfDroid <i>2019-12-26 16:01:59</i>
|
||||||
<p>
|
<p>
|
||||||
<h3>recommit for updates in build 23</h3>
|
<h3>recommit for updates in build 23</h3>
|
||||||
|
|||||||
@@ -131,9 +131,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
|||||||
<span class='type'>(<tt>string</tt>)</span>
|
<span class='type'>(<tt>string</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
<em class="default">(defaults to: <tt>['clamav','clamav-data','clamav-update',
|
<em class="default">(defaults to: <tt>['clamav','clamav-update','clamd']</tt>)</em>
|
||||||
'clamav-filesystem',
|
|
||||||
'clamav-devel','clamav-lib']</tt>)</em>
|
|
||||||
|
|
||||||
|
|
||||||
—
|
—
|
||||||
@@ -187,9 +185,7 @@ type</a> to choose, i.e. <code>latest</code> or <code>present</code>.</p>
|
|||||||
40
|
40
|
||||||
41
|
41
|
||||||
42
|
42
|
||||||
43
|
43</pre>
|
||||||
44
|
|
||||||
45</pre>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 28</span>
|
<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 (
|
class cd_clamav::params (
|
||||||
|
|
||||||
# installation
|
# installation
|
||||||
$reqpackages = ['clamav','clamav-data','clamav-update',
|
$reqpackages = ['clamav','clamav-update','clamd'],
|
||||||
'clamav-filesystem',
|
|
||||||
'clamav-devel','clamav-lib'],
|
|
||||||
$pkg_ensure = 'latest',
|
$pkg_ensure = 'latest',
|
||||||
|
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user