Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom jail doesn't work on Debian Wheezy #27

Closed
thatgraemeguy opened this issue Mar 22, 2017 · 2 comments · Fixed by #86
Closed

Custom jail doesn't work on Debian Wheezy #27

thatgraemeguy opened this issue Mar 22, 2017 · 2 comments · Fixed by #86

Comments

@thatgraemeguy
Copy link

The fail2ban::jail define attempts to create the custom jail in the file ${::fail2ban::params::config_dir_path}/jail.d/${name}.conf. The version of fail2ban that is available on Debian Wheezy is 0.8.6, whereas support for custom jails in the 'jail.d' subdirectory was only added with fail2ban 0.8.9.

The end result is that fail2ban::jail is not working on Debian Wheezy, because fail2ban uses the jail.local file rather than the newer jail.d subdirectory.

@cFire
Copy link
Contributor

cFire commented Aug 30, 2018

Actually in retrospect not entirely sure my PR will also fix this issue.

@thatgraemeguy
Copy link
Author

Long-term support for Debian Wheezy ended in May 2018. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants