projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35b92ba
)
prevent the trailing ; after the subchain
author
Peter Palfrader
<peter@palfrader.org>
Tue, 30 Oct 2018 09:32:31 +0000
(10:32 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 30 Oct 2018 09:33:02 +0000
(10:33 +0100)
modules/fail2ban/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/fail2ban/manifests/init.pp
b/modules/fail2ban/manifests/init.pp
index
8d64034
..
74a650b
100644
(file)
--- a/
modules/fail2ban/manifests/init.pp
+++ b/
modules/fail2ban/manifests/init.pp
@@
-24,7
+24,8
@@
class fail2ban {
description => 'f2b master rule',
chain => 'INPUT',
domain => '(ip ip6)',
- rule => 'saddr 0/0 @subchain "dsa-f2b" {}'
+ rule => 'saddr 0/0 @subchain "dsa-f2b" {}',
+ notarule => true,
}
# XXX Maybe this will be automatically done in buster, it is certainly needed in stretch. So maybe: versioncmp($::lsbmajdistrelease, '9') <= 0