RF: Refactor actions further, include removing server proxy interface

This allows direct setting of action properties and calling of methods
from the fail2ban-client if so required.
This commit is contained in:
Steven Hiscocks 2014-01-03 17:04:49 +00:00
parent 414c5e1146
commit 80d6f74ee8
16 changed files with 511 additions and 610 deletions

View file

@ -120,7 +120,8 @@ setup(
glob("config/filter.d/*.conf")
),
('/etc/fail2ban/action.d',
glob("config/action.d/*.*")
glob("config/action.d/*.conf") +
glob("config/action.d/*.py")
),
('/etc/fail2ban/fail2ban.d',
''