fail2ban: fix horrible typo, Python is not Ruby
This commit is contained in:
parent
6ed1f04c85
commit
8bd94a7c44
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue