Recommit for updates in build 4
This commit is contained in:
@@ -71,9 +71,8 @@
|
|||||||
<p><a href="#features">Features</a></p>
|
<p><a href="#features">Features</a></p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a href="#dependencies">Dependencies</a></p>
|
<p><a href="#dependencies">Dependencies</a></p>
|
||||||
<ul><li>
|
</li><li>
|
||||||
<p><a href="#deployment">Deployment</a></p>
|
<p><a href="#deployment">Deployment</a></p>
|
||||||
</li></ul>
|
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a href="#parameters">Parameters</a></p>
|
<p><a href="#parameters">Parameters</a></p>
|
||||||
</li><li>
|
</li><li>
|
||||||
@@ -118,7 +117,7 @@
|
|||||||
<p><a href="https://sourcecode.confdroid.com/confdroid/confdroid_resources">confdroid_resources</a> for managing yum repo resources.</p>
|
<p><a href="https://sourcecode.confdroid.com/confdroid/confdroid_resources">confdroid_resources</a> for managing yum repo resources.</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
|
|
||||||
<h3 id="label-Deployment">Deployment</h3>
|
<h2 id="label-Deployment">Deployment</h2>
|
||||||
<ul><li>
|
<ul><li>
|
||||||
<p>native Puppet deployment</p>
|
<p>native Puppet deployment</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
|
|||||||
@@ -71,9 +71,8 @@
|
|||||||
<p><a href="#features">Features</a></p>
|
<p><a href="#features">Features</a></p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a href="#dependencies">Dependencies</a></p>
|
<p><a href="#dependencies">Dependencies</a></p>
|
||||||
<ul><li>
|
</li><li>
|
||||||
<p><a href="#deployment">Deployment</a></p>
|
<p><a href="#deployment">Deployment</a></p>
|
||||||
</li></ul>
|
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a href="#parameters">Parameters</a></p>
|
<p><a href="#parameters">Parameters</a></p>
|
||||||
</li><li>
|
</li><li>
|
||||||
@@ -118,7 +117,7 @@
|
|||||||
<p><a href="https://sourcecode.confdroid.com/confdroid/confdroid_resources">confdroid_resources</a> for managing yum repo resources.</p>
|
<p><a href="https://sourcecode.confdroid.com/confdroid/confdroid_resources">confdroid_resources</a> for managing yum repo resources.</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
|
|
||||||
<h3 id="label-Deployment">Deployment</h3>
|
<h2 id="label-Deployment">Deployment</h2>
|
||||||
<ul><li>
|
<ul><li>
|
||||||
<p>native Puppet deployment</p>
|
<p>native Puppet deployment</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
|
|||||||
@@ -120,8 +120,8 @@ class confdroid_clamav::main::install (
|
|||||||
) inherits confdroid_clamav::params {
|
) inherits confdroid_clamav::params {
|
||||||
require confdroid_resources::main::epel
|
require confdroid_resources::main::epel
|
||||||
|
|
||||||
package { $reqpackages:
|
package { $cv_reqpackages:
|
||||||
ensure => $pkg_ensure,
|
ensure => $cv_pkg_ensure,
|
||||||
}
|
}
|
||||||
}</pre>
|
}</pre>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ inherited by all classes except defines.
|
|||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
|
||||||
<span class='name'>reqpackages</span>
|
<span class='name'>cv_reqpackages</span>
|
||||||
|
|
||||||
|
|
||||||
<span class='type'>(<tt>Array</tt>)</span>
|
<span class='type'>(<tt>Array</tt>)</span>
|
||||||
@@ -127,7 +127,7 @@ inherited by all classes except defines.
|
|||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
|
||||||
<span class='name'>pkg_ensure</span>
|
<span class='name'>cv_pkg_ensure</span>
|
||||||
|
|
||||||
|
|
||||||
<span class='type'>(<tt>String</tt>)</span>
|
<span class='type'>(<tt>String</tt>)</span>
|
||||||
@@ -517,6 +517,24 @@ inherited by all classes except defines.
|
|||||||
—
|
—
|
||||||
<div class='inline'>
|
<div class='inline'>
|
||||||
<p>whether to enable the clamd service</p>
|
<p>whether to enable the clamd service</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>cv_use_excludepaths</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>Boolean</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>true</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
—
|
||||||
|
<div class='inline'>
|
||||||
|
<p>whether to use advanced exclude paths</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
@@ -532,7 +550,6 @@ inherited by all classes except defines.
|
|||||||
<pre class="lines">
|
<pre class="lines">
|
||||||
|
|
||||||
|
|
||||||
39
|
|
||||||
40
|
40
|
||||||
41
|
41
|
||||||
42
|
42
|
||||||
@@ -582,16 +599,18 @@ inherited by all classes except defines.
|
|||||||
86
|
86
|
||||||
87
|
87
|
||||||
88
|
88
|
||||||
89</pre>
|
89
|
||||||
|
90
|
||||||
|
91</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 39</span>
|
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 40</span>
|
||||||
|
|
||||||
class confdroid_clamav::params (
|
class confdroid_clamav::params (
|
||||||
|
|
||||||
# installation
|
# installation
|
||||||
Array $reqpackages = ['clamav','clamd','s-nail'],
|
Array $cv_reqpackages = ['clamav','clamd','s-nail'],
|
||||||
String $pkg_ensure = 'present',
|
String $cv_pkg_ensure = 'present',
|
||||||
|
|
||||||
# clamd
|
# clamd
|
||||||
String $cv_logfile = '/var/log/clamd.scan',
|
String $cv_logfile = '/var/log/clamd.scan',
|
||||||
@@ -615,6 +634,7 @@ class confdroid_clamav::params (
|
|||||||
String $cv_alert_file = 'tmp/clamav-alert.txt',
|
String $cv_alert_file = 'tmp/clamav-alert.txt',
|
||||||
Boolean $cv_enable_freshclam = true,
|
Boolean $cv_enable_freshclam = true,
|
||||||
Boolean $cv_enable_clamd = true,
|
Boolean $cv_enable_clamd = true,
|
||||||
|
Boolean $cv_use_excludepaths = true
|
||||||
|
|
||||||
) {
|
) {
|
||||||
# service
|
# service
|
||||||
|
|||||||
Reference in New Issue
Block a user