Recommit for updates in build 3
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<div id="content"><div id='filecontents'>
|
||||
<h1 id="label-Readme">Readme</h1>
|
||||
|
||||
<p><a href="https://jenkins.confdroid.com/job/confdroid_fail2ban/"><img src="https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_fail2ban&style=plastic"></a></p>
|
||||
<p><a href="https://jenkins.confdroid.com/job/confdroid_fail2ban/"><img src="https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_fail2ban&style=plastic"></a> <a href="https://sonarqube.confdroid.com/dashboard?id=confdroid_fail2ban"><img src="https://sonarqube.confdroid.com/api/project_badges/measure?project=confdroid_fail2ban&metric=security_hotspots&token=sqb_9fa4789fabfda384f78fcdeb3ade3efce6225e64"></a></p>
|
||||
<ul><li>
|
||||
<p><a href="#readme">Readme</a></p>
|
||||
</li><li>
|
||||
@@ -111,6 +111,23 @@
|
||||
<p>manage directory structure (file system permissions, selinux context)</p>
|
||||
</li><li>
|
||||
<p>manage configuration files (file system permissions, selinux context, content based on parameters)</p>
|
||||
</li><li>
|
||||
<p>fail2ban.conf</p>
|
||||
</li><li>
|
||||
<p>fail2ban.local</p>
|
||||
</li><li>
|
||||
<p>jail.conf</p>
|
||||
</li><li>
|
||||
<p>jail.local ( overrides default settings in jail.conf)</p>
|
||||
</li></ul>
|
||||
|
||||
<blockquote>
|
||||
<p>Every setting in .local files has a parameter in params.pp, which can be overridden in ENC based on fqdn, hostgroup etc. (recommended) or directly in params.pp. Typical parameters to override are:</p>
|
||||
</blockquote>
|
||||
<ul><li>
|
||||
<p><code>fn_destemail</code>: the email address to be notified</p>
|
||||
</li><li>
|
||||
<p><code>fn_bantime</code>: the the time an attacker IP is banned.</p>
|
||||
</li></ul>
|
||||
|
||||
<p>Service</p>
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
<div id="content"><div id='filecontents'>
|
||||
<h1 id="label-Readme">Readme</h1>
|
||||
|
||||
<p><a href="https://jenkins.confdroid.com/job/confdroid_fail2ban/"><img src="https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_fail2ban&style=plastic"></a></p>
|
||||
<p><a href="https://jenkins.confdroid.com/job/confdroid_fail2ban/"><img src="https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_fail2ban&style=plastic"></a> <a href="https://sonarqube.confdroid.com/dashboard?id=confdroid_fail2ban"><img src="https://sonarqube.confdroid.com/api/project_badges/measure?project=confdroid_fail2ban&metric=security_hotspots&token=sqb_9fa4789fabfda384f78fcdeb3ade3efce6225e64"></a></p>
|
||||
<ul><li>
|
||||
<p><a href="#readme">Readme</a></p>
|
||||
</li><li>
|
||||
@@ -111,6 +111,23 @@
|
||||
<p>manage directory structure (file system permissions, selinux context)</p>
|
||||
</li><li>
|
||||
<p>manage configuration files (file system permissions, selinux context, content based on parameters)</p>
|
||||
</li><li>
|
||||
<p>fail2ban.conf</p>
|
||||
</li><li>
|
||||
<p>fail2ban.local</p>
|
||||
</li><li>
|
||||
<p>jail.conf</p>
|
||||
</li><li>
|
||||
<p>jail.local ( overrides default settings in jail.conf)</p>
|
||||
</li></ul>
|
||||
|
||||
<blockquote>
|
||||
<p>Every setting in .local files has a parameter in params.pp, which can be overridden in ENC based on fqdn, hostgroup etc. (recommended) or directly in params.pp. Typical parameters to override are:</p>
|
||||
</blockquote>
|
||||
<ul><li>
|
||||
<p><code>fn_destemail</code>: the email address to be notified</p>
|
||||
</li><li>
|
||||
<p><code>fn_bantime</code>: the the time an attacker IP is banned.</p>
|
||||
</li></ul>
|
||||
|
||||
<p>Service</p>
|
||||
|
||||
@@ -915,8 +915,7 @@
|
||||
188
|
||||
189
|
||||
190
|
||||
191
|
||||
192</pre>
|
||||
191</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 104</span>
|
||||
@@ -953,7 +952,6 @@ class confdroid_fail2ban::params (
|
||||
Boolean $fn_enabled = false,
|
||||
String $fn_filter = '%(__name__)s',
|
||||
String $fn_destemail = 'root@localhost',
|
||||
#String $fn_sender = "fail2ban@${fqdn}",
|
||||
String $fn_mta = 'sendmail',
|
||||
String $fn_protocol = 'tcp',
|
||||
String $fn_chain = 'INPUT',
|
||||
|
||||
Reference in New Issue
Block a user