fail2ban: fix horrible typo, Python is not Ruby

This commit is contained in:
Jérémy Lecour 2018-01-23 18:31:31 +01:00 committed by Jérémy Lecour
parent 6ed1f04c85
commit 8bd94a7c44
2 changed files with 5 additions and 2 deletions

View File

@ -19,6 +19,9 @@ The **patch** part changes incrmentally at each release.
* Changelog: add a release date for 9.1.5
* evoacme: exclude typical certbot directories
### Fixed
* fail2ban: fix horrible typo, Python is not Ruby
## [9.1.5] - 2018-01-18
### Added

View File

@ -73,8 +73,8 @@
state: link
notify: restart munin-node
when:
- etc_munin_plugins.stat.exists?
- fail2ban_munin_plugin.stat.exists?
- etc_munin_plugins.stat.exists
- fail2ban_munin_plugin.stat.exists
tags:
- fail2ban
- munin