Javier Bértoli
0cdcd5b673
Release v1.3.1
v1.3.1
2014-02-11 09:00:40 -03:00
Javier Bértoli
12dc849ad3
Fix ignoreip computation in jail.local template (patch contributed by @gwarf)
2014-02-11 08:58:47 -03:00
Javier Bértoli
47f47e784d
Bump minor version after issue #14
v1.3.0
2013-12-26 16:22:04 -03:00
Javier Bértoli
af31e1fe07
Merge branch 'master' of github.com:netmanagers/puppet-fail2ban
2013-12-26 16:17:58 -03:00
Javier Bértoli
dab8e07069
Merge pull request #14 from grooverdan/ignore_ip
...
add ignoreip to jail options
2013-12-26 10:45:44 -08:00
Daniel Black
a4b5dae912
add ignoreip to jail options
2013-12-26 11:31:10 +00:00
Javier Bértoli
a7458e33ce
Release v1.2.2
2013-12-23 18:23:37 -03:00
Javier Bértoli
d71e25c0ae
Update travis configuration
v1.2.2
2013-12-23 18:04:15 -03:00
Javier Bértoli
be537ee29b
Merge branch 'AddOnline-fix-filter-source'
2013-12-23 18:03:34 -03:00
Javier Bértoli
8e00da08a5
Merge branch 'fix-filter-source' of https://github.com/AddOnline/puppet-fail2ban into AddOnline-fix-filter-source
2013-12-23 17:46:06 -03:00
Romain THERRAT
582b6a1788
Fix test with 1.0 rspec-puppet version
2013-12-23 18:41:15 +01:00
Javier Bértoli
344ed1dbbb
Merge branch 'fix-filter-source' of https://github.com/AddOnline/puppet-fail2ban into AddOnline-fix-filter-source
2013-12-23 13:58:50 -03:00
Romain THERRAT
1f2c9a8e8e
Fix filter with a specified source
2013-12-23 17:18:46 +01:00
Javier Bértoli
ceff3a4ed5
Release v1.2.1
2013-11-26 11:31:23 -03:00
Javier Bértoli
32fcff31f8
Merge branch 'master' of github.com:netmanagers/puppet-fail2ban
v1.2.1
2013-11-26 11:28:09 -03:00
Javier Bértoli
2c4731e5c9
Merge pull request #12 from mburger/master
...
fixed the process name for redhat bases distros
2013-11-26 06:26:53 -08:00
Markus Burger
5eba942fcf
fixed the process name for redhat bases distros
...
Change-Id: I9885235550a1bca8109122812f7b50f39dda12d1
2013-11-26 14:49:12 +01:00
Javier Bértoli
78a12ac0de
Merge branch 'issue_11'
v1.2.0
2013-11-24 19:28:50 -03:00
Javier Bértoli
4128ee5bc5
Bump version
2013-11-24 19:28:33 -03:00
Javier Bértoli
80a6650164
Add multiple logpaths support ( closes #11 )
2013-11-24 19:24:09 -03:00
Javier Bértoli
38f9a89235
Release v1.1.2
2013-10-27 08:56:33 -03:00
Javier Bértoli
1183c368be
Lint
v1.1.2
2013-10-27 08:55:21 -03:00
Javier Bértoli
c8a8c63e97
Merge branch 'concat_update'
2013-10-27 08:53:54 -03:00
Javier Bértoli
899de1a536
Remove concat's deprecated setup call
2013-10-27 08:53:22 -03:00
Javier Bértoli
a18dc81a50
Merge branch 'master' of github.com:netmanagers/puppet-fail2ban
2013-09-16 15:23:34 -03:00
Javier Bértoli
def30151b6
Merge pull request #10 from mburger/master
...
fixed the process name for debian
2013-09-16 02:26:07 -07:00
Markus Burger
3e248bb951
fixed the process name for debian
...
Change-Id: Ie06fc0b57b2c740f7655c7ed6b8f8533b14b4203
2013-09-16 11:19:09 +02:00
Javier Bértoli
68de9c67a5
Fix for noop override.
2013-09-03 09:13:02 -03:00
Javier Bértoli
bad06a9db8
Merge branch 'master' of github.com:netmanagers/puppet-fail2ban
2013-09-02 11:51:09 -03:00
Javier Bértoli
f10058b3e5
Merge pull request #9 from example42/master
...
Fix for noop override
2013-09-01 15:20:03 -07:00
Alessandro Franceschi
2d48f2a5a0
Fix for noop override
2013-09-01 11:12:45 +02:00
Javier Bértoli
886d7e7c5e
Merge branch 'master' of github.com:netmanagers/puppet-fail2ban
2013-08-14 12:41:58 -03:00
Javier Bértoli
732577bd69
Merge pull request #7 from mburger/master
...
Fixed the pid_file Path for Debian based Systems
2013-08-14 08:38:27 -07:00
Markus Burger
0bc40c2f09
Fixed the pid_file Path for Debian
...
Change-Id: I6ad91f723e36172576157f25e443c641dcd731ef
2013-08-14 14:14:25 +02:00
Javier Bértoli
fd0284bcc4
Remove /bin/true as a default value for actions
2013-08-10 12:00:23 -03:00
Javier Bértoli
0b9de51a48
Add a define to add local filters
2013-08-09 19:34:28 -03:00
Javier Bértoli
e14a8aeea7
Add a define to manage actions in fail2ban
...
It creates a .local action file with user defined ban/unban actions, using a template or a source file
2013-08-08 19:23:46 -03:00
Javier Bértoli
3e015d6635
Moved main configuration from fail2ban.conf to fail2ban.local
...
Fail2ban's documentation suggests that modifications to the main configuration be
done in a .local file instead of modificating the main fail2ban.conf file.
If upgrading from a previous version of the module, you will probably end up with both
files having the same content. This is pretty harmless, but can be confusing at first.
Changes to the fail2ban.local file will have precedence over those in fail2ban.conf
so no matter if you previously had a modified fail2ban.conf file, the new values will
be used.
This change modifies the previous behaviour of the module where the main configuration
file was overwritten, but ensures future compatibility with fail2ban.
2013-08-07 17:29:19 -03:00
Javier Bértoli
4b7f4fd097
Release 1.0.5
2013-07-23 06:33:37 -03:00
Javier Bértoli
d7266a3404
New release
2013-07-23 06:22:37 -03:00
Javier Bértoli
7e1cae0602
Merge pull request #5 from mburger/master
...
fixed the jail definition so all resources are in order
2013-07-22 02:36:55 -07:00
Markus Burger
2816ee2b23
fixed the jail definition so all resources are in order
...
Change-Id: Ibc6fb2f855d8e0dbc6b57d9d577b70e70f769dbd
2013-07-22 09:57:47 +02:00
Javier Bértoli
e0a3f84e7a
Merge pull request #4 from DexterTheDragon/fix_jail_stanza_action_bug
...
Fix formatting of action in jail that was causing a bug
2013-06-18 11:58:49 -07:00
Kevin Carter
75af6ab9e7
Fix formatting of action in jail that was causing a bug
2013-06-18 10:54:52 -06:00
Javier Bértoli
6d50bbb746
Merge pull request #3 from DexterTheDragon/add_findtime_to_jail_resource
...
Add findtime to the fail2ban::jail resource
2013-06-18 08:58:22 -07:00
Kevin Carter
339dce8707
Add findtime to the fail2ban::jail resource
2013-06-17 19:09:53 -06:00
Javier Bértoli
938ed9e14e
Update module version
2013-05-26 15:52:17 -03:00
Javier Bértoli
f284c619d0
Update template syntax for 3.2
2013-05-26 15:33:38 -03:00
Javier Bértoli
b9d5e54849
Merge pull request #2 from damusnet/patch-1
...
Update jail.local.erb
2013-05-24 13:11:59 -07:00
Damien Varron
d9b32a5f07
Update jail.local.erb
...
Warning: Variable access via 'operatingsystem' is deprecated. Use '@operatingsystem' instead. template[modules/fail2ban/templates/jail.local.erb]:36
(at modules/fail2ban/templates/jail.local.erb:36:in `result')
2013-05-24 15:56:00 +02:00