Install empty /etc/fail2ban/fail2ban.d directory

pull/319/head
Orion Poplawski 2013-08-28 11:33:05 -06:00
parent d3ce9e860f
commit 71317332ec
1 changed files with 3 additions and 0 deletions

View File

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