Merge pull request #319 from opoplawski/jail.d

Install empty /etc/fail2ban/jail.d and fail2ban.d directories
pull/240/merge
Yaroslav Halchenko 2013-08-31 06:55:33 -07:00
commit 1135ff5297
1 changed files with 6 additions and 0 deletions

View File

@ -66,6 +66,12 @@ setup(
('/etc/fail2ban/action.d',
glob("config/action.d/*.conf")
),
('/etc/fail2ban/fail2ban.d',
''
),
('/etc/fail2ban/jail.d',
''
),
('/var/run/fail2ban',
''
),