- 10 Aug, 2019 2 commits
-
-
semantic-release-bot authored
# [0.16.0](https://github.com/saltstack-formulas/fail2ban-formula/compare/v0.15.0...v0.16.0) (2019-08-10) ### Continuous Integration * **kitchen+travis:** modify matrix to include `develop` platform ([4af0301b](https://github.com/saltstack-formulas/fail2ban-formula/commit/4af0301)) ### Features * **yamllint:** include for this repo and apply rules throughout ([ee23eafd](https://github.com/saltstack-formulas/fail2ban-formula/commit/ee23eaf))
-
Éric Veiras Galisson authored
feat(yamllint): include for this repo and apply rules throughout
-
- 07 Aug, 2019 1 commit
-
-
Imran Iqbal authored
* Semi-automated using `ssf-formula` (v0.5.0) * Fix errors shown below: ```bash fail2ban-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:") pillar.example 1:1 warning missing document start "---" (document-start) 84:18 warning truthy value should be one of [false, true] (truthy) 84:23 warning too few spaces before comment (comments) 84:89 error line too long (111 > 88 characters) (line-length) 100:18 warning truthy value should be one of [false, true] (truthy) 100:23 warning too few spaces before comment (comments) 100:89 error line too long (107 > 88 characters) (line-length) ```
-
- 21 Jul, 2019 1 commit
-
-
Niels Abspoel authored
chore: use `semantic-release` cross-formula standard structure
-
- 20 Jul, 2019 1 commit
-
-
Imran Iqbal authored
* Automated using `ssf-formula` (v0.1.0-rc.1)
-
- 28 Jun, 2019 2 commits
-
-
Imran Iqbal authored
ci(kitchen+travis): modify matrix to include `develop` platform
-
Imran Iqbal authored
* Use balanced matrix based on `template-formula` guidelines * Initial ref: https://github.com/saltstack-formulas/template-formula/issues/118
-
- 18 May, 2019 4 commits
-
-
semantic-release-bot authored
# [0.15.0](https://github.com/saltstack-formulas/fail2ban-formula/compare/v0.14.0...v0.15.0) (2019-05-18) ### Continuous Integration * **travis:** enabling only 5 builds for Salt 2019.2 on py3 ([d588774f](https://github.com/saltstack-formulas/fail2ban-formula/commit/d588774)) ### Features * implement an automated changelog ([9ab601c9](https://github.com/saltstack-formulas/fail2ban-formula/commit/9ab601c))
-
Imran Iqbal authored
docs(semantic-release): implement an automated changelog
-
Eric Veiras Galisson authored
-
Eric Veiras Galisson authored
-
- 27 Oct, 2018 4 commits
-
-
Niels Abspoel authored
Improve the ng formula
-
Andreas Thienemann authored
Use join and indent in an easier way to align multiple entries. Contrary to the comment, it is possible to check for lists in jinja, which makes the template much less complex.
-
Andreas Thienemann authored
Instead of doing the if defined/else/endif dance, just use .get() Similarly, use get with an empty dict as a default for the for loops. No need to break for users who do not use custom filters or actions.
-
Andreas Thienemann authored
The pillar example for the .ng branch is incorrect. The jails key needs to be a third level key under fail2ban.ng, not a fourth level key under fail2ban.ng.config. The parameter for a jail is called action, not actions.
-
- 20 Feb, 2018 3 commits
-
-
David Seira authored
Added new ng states
-
David Seira authored
-
David Seira authored
-
- 11 Nov, 2017 2 commits
-
-
Javier Bértoli authored
Fix pillar example with proper error level
-
MBoretto authored
-
- 03 Aug, 2017 1 commit
-
-
Niels Abspoel authored
Fix indenting, actions cannot be list
-
- 04 Nov, 2016 1 commit
-
-
Forrest Alvarez authored
-
- 21 Oct, 2016 2 commits
- 07 Jul, 2016 2 commits
-
-
Niels Abspoel authored
fix Dockerfile, update salt, verbose output
-
Marat Shakirov authored
-
- 23 May, 2016 1 commit
-
-
Daniele authored
* Clean map.jinja using common and default keys * Use preferred dot syntax
-
- 25 Apr, 2016 2 commits
-
-
Forrest authored
Reload service if empty .local files are removed
-
John Kristensen authored
If the fail2ban.local or jail.local files are removed because they no longer contain any settings, the fail2ban service needs to be restarted to pick up the removal of these settings.
-
- 24 Apr, 2016 2 commits
-
-
Forrest authored
Prevent creation of empty .local files
-
John Kristensen authored
There is no need to create the fail2ban.local and jail.local files if no pillar data has been defined.
-
- 26 Oct, 2015 2 commits
-
-
Forrest authored
Use the extension .local instead of .conf
-
Martijn van Beers authored
Write our site-local configuration to .local files to keep .conf strictly for files that come from the package management system
-
- 15 Jul, 2015 2 commits
-
-
puneet kandhari authored
add archlinux support
-
Niels Abspoel authored
-
- 12 Jun, 2015 4 commits
-
-
puneet kandhari authored
Add FreeBSD support to this formula
-
Matthew X. Economou authored
-
Matthew X. Economou authored
FreeBSD installs third-party apps under /usr/local by default.
-
Matthew X. Economou authored
-
- 03 Nov, 2014 1 commit
-
-
Martin Hoefling authored
-