From 5a5df71e17a8cf502a4d8db54928fcd3bce91618 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Fri, 10 Jan 2020 20:17:04 +0000 Subject: [PATCH] feat(fail2ban): use `fail2ban.ng` in Kitchen * https://github.com/saltstack-formulas/fail2ban-formula/issues/35#issuecomment-573162677 --- ssf/defaults.yaml | 4 ++-- ssf/formulas.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ssf/defaults.yaml b/ssf/defaults.yaml index 90fe9baf..4d2f27a5 100644 --- a/ssf/defaults.yaml +++ b/ssf/defaults.yaml @@ -22,8 +22,8 @@ ssf_node_anchors: # An alternative method could be to use: # `git describe --abbrev=0 --tags` # yamllint disable rule:line-length - title: 'ci(travis): update matrix after recent platform fixes' - body: '* Automated using https://github.com/myii/ssf-formula/pull/116' + title: 'ci(kitchen): use `fail2ban.ng` in `state_top` (#35)' + body: '* Semi-automated using https://github.com/myii/ssf-formula/pull/118' # yamllint enable rule:line-length github: owner: 'saltstack-formulas' diff --git a/ssf/formulas.yaml b/ssf/formulas.yaml index 2cd59d77..5f232bbb 100644 --- a/ssf/formulas.yaml +++ b/ssf/formulas.yaml @@ -677,7 +677,7 @@ ssf: state_top: - '*': - misc.fake_log_files - - . + - .ng platforms_matrix: # [os , os_ver, salt_ver, py_ver, inspec_suite] - [debian , 10 , master, 3, default]