recommit for updates in build 22
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/9f2852d61edbc5b">9f2852d61edbc5b</a> Jenkins ConfDroid <i>2019-12-24 22:24:14</i>
|
||||
<p>
|
||||
<h3>recommit for updates in build 21</h3>
|
||||
|
||||
</p>
|
||||
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/08d621b25c90d4d">08d621b25c90d4d</a> Arne Teuke <i>2019-12-24 22:23:25</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/0d8da38d9c95ac7">0d8da38d9c95ac7</a> Jenkins ConfDroid <i>2019-12-24 21:37:12</i>
|
||||
<p>
|
||||
<h3>recommit for updates in build 20</h3>
|
||||
|
||||
@@ -10,7 +10,10 @@
|
||||
| | `-- jquery.js
|
||||
| |-- puppet_classes
|
||||
| | |-- cd_clamav_3A_3Amain_3A_3Aconfig.html
|
||||
| | |-- cd_clamav_3A_3Amain_3A_3Adirs.html
|
||||
| | |-- cd_clamav_3A_3Amain_3A_3Afiles.html
|
||||
| | |-- cd_clamav_3A_3Amain_3A_3Ainstall.html
|
||||
| | |-- cd_clamav_3A_3Amain_3A_3Aservice.html
|
||||
| | |-- cd_clamav_3A_3Aparams.html
|
||||
| | `-- cd_clamav.html
|
||||
| |-- file.README.html
|
||||
@@ -38,4 +41,4 @@
|
||||
|-- LICENSE
|
||||
`-- README.md
|
||||
|
||||
7 directories, 31 files
|
||||
7 directories, 34 files
|
||||
|
||||
@@ -140,12 +140,12 @@ class cd_clamav::main::service (
|
||||
|
||||
require cd_clamav::main::files
|
||||
|
||||
service { $cv_service:
|
||||
ensure => running,
|
||||
hasstatus => true,
|
||||
hasrestart => true,
|
||||
enable => true,
|
||||
}
|
||||
# service { $cv_service:
|
||||
# ensure => running,
|
||||
# hasstatus => true,
|
||||
# hasrestart => true,
|
||||
# enable => true,
|
||||
# }
|
||||
|
||||
}</pre>
|
||||
</td>
|
||||
|
||||
@@ -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','clamd']</tt>)</em>
|
||||
<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>
|
||||
|
||||
|
||||
—
|
||||
@@ -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,12 +197,14 @@ type</a> to choose, i.e. <code>latest</code> or <code>present</code>.</p>
|
||||
class cd_clamav::params (
|
||||
|
||||
# installation
|
||||
$reqpackages = ['clamav','clamd'],
|
||||
$reqpackages = ['clamav','clamav-server','clamav-data','clamav-update',
|
||||
'clamav-filesystem','clamav-scanner-systemd',
|
||||
'clamav-devel','clamav-lib','clamav-server-systemd'],
|
||||
$pkg_ensure = 'latest',
|
||||
|
||||
) {
|
||||
|
||||
$cv_service = 'clamd@.service'
|
||||
$cv_service = ''
|
||||
|
||||
|
||||
# includes must be last
|
||||
|
||||
Reference in New Issue
Block a user