7 Commits

Author SHA1 Message Date
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
1f90c13091 Document default behaviour 2013-04-30 08:14:02 -03:00
Javier Bértoli
c65f6fbdb6 Commit to initiate travis-ci 2013-04-30 08:02:36 -03:00
Javier Bértoli
ddc3a579c0 Typos in the README 2013-04-30 07:01:13 -03:00
Javier Bértoli
0e96b8fa6f New release
* Default behaviour is now to install package as distros configure them. If you want to change the
  configuration you need to explicitly modify "jails_config" (see README for details)
* Add support to modifify fail2ban.conf (issue #1)
* Add specs and tests
* Some cleanup
2013-04-30 06:45:57 -03:00
Javier Bértoli
95f11030dc Added R.I.Pienaar's concat module as a dependency. 2013-04-25 08:39:18 -03:00
Javier Bértoli
91d96ca835 Initial commit 2013-04-17 14:38:51 -03:00