Compare commits
4 Commits
e76c3ac9a8
...
d3c912e12a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d3c912e12a | ||
|
|
ea156ae30c | ||
| 77964bd1fc | |||
|
|
5d3dc5520e |
@@ -881,7 +881,7 @@
|
||||
<span class='type'>(<tt>String</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'1:1'</tt>)</em>
|
||||
<em class="default">(defaults to: <tt>'1:'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
@@ -1058,7 +1058,7 @@ class confdroid_fail2ban::params (
|
||||
Boolean $fn_incl_target = false,
|
||||
String $fn_target_service = '/etc/nagios/conf.d/fail2ban_service.cfg',
|
||||
String $fn_target_contacts = 'nagiosadmin',
|
||||
String $fn_procs_allowed = '1:1',
|
||||
String $fn_procs_allowed = '1:',
|
||||
|
||||
) {
|
||||
# shortcuts
|
||||
|
||||
@@ -168,7 +168,7 @@ class confdroid_fail2ban::params (
|
||||
Boolean $fn_incl_target = false,
|
||||
String $fn_target_service = '/etc/nagios/conf.d/fail2ban_service.cfg',
|
||||
String $fn_target_contacts = 'nagiosadmin',
|
||||
String $fn_procs_allowed = '1:1',
|
||||
String $fn_procs_allowed = '1:',
|
||||
|
||||
) {
|
||||
# shortcuts
|
||||
|
||||
Reference in New Issue
Block a user