recommit for updates in build 24
This commit is contained in:
@@ -139,7 +139,7 @@ class cd_fail2ban {
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Sun Aug 6 17:07:22 2017 by
|
||||
Generated on Sun Aug 13 16:27:09 2017 by
|
||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.9 (ruby-2.0.0).
|
||||
</div>
|
||||
|
||||
@@ -153,7 +153,7 @@ class cd_fail2ban::main::config (
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Sun Aug 6 17:07:23 2017 by
|
||||
Generated on Sun Aug 13 16:27:10 2017 by
|
||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.9 (ruby-2.0.0).
|
||||
</div>
|
||||
|
||||
@@ -350,7 +350,7 @@ class cd_fail2ban::main::dirs (
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Sun Aug 6 17:07:22 2017 by
|
||||
Generated on Sun Aug 13 16:27:09 2017 by
|
||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.9 (ruby-2.0.0).
|
||||
</div>
|
||||
|
||||
@@ -200,7 +200,22 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
||||
93
|
||||
94
|
||||
95
|
||||
96</pre>
|
||||
96
|
||||
97
|
||||
98
|
||||
99
|
||||
100
|
||||
101
|
||||
102
|
||||
103
|
||||
104
|
||||
105
|
||||
106
|
||||
107
|
||||
108
|
||||
109
|
||||
110
|
||||
111</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 23</span>
|
||||
@@ -216,7 +231,7 @@ class cd_fail2ban::main::files (
|
||||
# manage fail2ban.conf
|
||||
|
||||
file { $fn_fail2ban_conf_file:
|
||||
ensure => present,
|
||||
ensure => file,
|
||||
path => $fn_fail2ban_conf_file,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
@@ -232,7 +247,7 @@ class cd_fail2ban::main::files (
|
||||
# manage fail2ban.local
|
||||
|
||||
file { $fn_fail2ban_local_file:
|
||||
ensure => present,
|
||||
ensure => file,
|
||||
path => $fn_fail2ban_local_file,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
@@ -245,10 +260,10 @@ class cd_fail2ban::main::files (
|
||||
notify => Service[$fn_service],
|
||||
}
|
||||
|
||||
# manage jail.conf
|
||||
# manage jail.conf
|
||||
|
||||
file { $fn_jail_conf_file:
|
||||
ensure => present,
|
||||
ensure => file,
|
||||
path => $fn_jail_conf_file,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
@@ -261,10 +276,10 @@ class cd_fail2ban::main::files (
|
||||
notify => Service[$fn_service],
|
||||
}
|
||||
|
||||
# manage jail.local
|
||||
# manage jail.local
|
||||
|
||||
file { $fn_jail_local_file:
|
||||
ensure => present,
|
||||
ensure => file,
|
||||
path => $fn_jail_local_file,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
@@ -277,6 +292,21 @@ class cd_fail2ban::main::files (
|
||||
notify => Service[$fn_service],
|
||||
}
|
||||
|
||||
# manage paths-common.conf
|
||||
|
||||
file { $fn_paths_common_file:
|
||||
ensure => file,
|
||||
path => $fn_paths_common_file,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0640',
|
||||
selrange => s0,
|
||||
selrole => object_r,
|
||||
seltype => etc_t,
|
||||
seluser => system_u,
|
||||
content => template($fn_paths_common_erb),
|
||||
notify => Service[$fn_service],
|
||||
}
|
||||
}
|
||||
}</pre>
|
||||
</td>
|
||||
@@ -286,7 +316,7 @@ class cd_fail2ban::main::files (
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Sun Aug 6 17:07:22 2017 by
|
||||
Generated on Sun Aug 13 16:27:10 2017 by
|
||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.9 (ruby-2.0.0).
|
||||
</div>
|
||||
|
||||
@@ -159,7 +159,7 @@ class cd_fail2ban::main::install (
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Sun Aug 6 17:07:23 2017 by
|
||||
Generated on Sun Aug 13 16:27:10 2017 by
|
||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.9 (ruby-2.0.0).
|
||||
</div>
|
||||
|
||||
@@ -166,7 +166,7 @@ class cd_fail2ban::main::service (
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Sun Aug 6 17:07:23 2017 by
|
||||
Generated on Sun Aug 13 16:27:10 2017 by
|
||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.9 (ruby-2.0.0).
|
||||
</div>
|
||||
|
||||
@@ -1026,7 +1026,9 @@ reporting service API</p>
|
||||
212
|
||||
213
|
||||
214
|
||||
215</pre>
|
||||
215
|
||||
216
|
||||
217</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 121</span>
|
||||
@@ -1082,6 +1084,7 @@ $fn_action_badips = 'badips.py[category="%(__name__)s",
|
||||
$fn_action_badips_report = 'badips[category="%(__name__)s", agent="%(fail2ban_agent)s"]',
|
||||
$fn_default_action = 'action_',
|
||||
|
||||
|
||||
) {
|
||||
|
||||
# installation section
|
||||
@@ -1119,7 +1122,8 @@ $fn_jail_conf_file = "${fn_main_dir}/jail.conf"
|
||||
$fn_jail_conf_erb = 'cd_fail2ban/jail_conf.erb'
|
||||
$fn_jail_local_file = "${fn_main_dir}/jail.local"
|
||||
$fn_jail_local_erb = 'cd_fail2ban/jail_local.erb'
|
||||
|
||||
$fn_paths_common_file = "${fn_main_dir}/paths-common.conf"
|
||||
$fn_paths_common_erb = 'cd_fail2ban/paths_common_conf.erb'
|
||||
|
||||
# includes must be last
|
||||
|
||||
@@ -1133,7 +1137,7 @@ $fn_jail_local_erb = 'cd_fail2ban/jail_local.erb'
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Sun Aug 6 17:07:22 2017 by
|
||||
Generated on Sun Aug 13 16:27:09 2017 by
|
||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.9 (ruby-2.0.0).
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user