summaryrefslogtreecommitdiffstats
path: root/modules/tick
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-07-10 21:47:01 -0400
committerJesse Luehrs <doy@tozt.net>2020-07-10 21:47:01 -0400
commit41b991dc39480927105af2a152312136298252f4 (patch)
tree15f5a83cae8a90487bf5fd676191c5441b6b7dff /modules/tick
parentc63a285913633b35e5c4b1c4d9a0c9ff941e0998 (diff)
downloadpuppet-tozt-41b991dc39480927105af2a152312136298252f4.tar.gz
puppet-tozt-41b991dc39480927105af2a152312136298252f4.zip
apparently fail2ban doesn't have a timeout field
Diffstat (limited to 'modules/tick')
-rw-r--r--modules/tick/manifests/client/plugin/fail2ban.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/tick/manifests/client/plugin/fail2ban.pp b/modules/tick/manifests/client/plugin/fail2ban.pp
index 0c1ae6a..73e2218 100644
--- a/modules/tick/manifests/client/plugin/fail2ban.pp
+++ b/modules/tick/manifests/client/plugin/fail2ban.pp
@@ -3,7 +3,6 @@ class tick::client::plugin::fail2ban {
opts => {
use_sudo => true,
interval => "5m",
- timeout => "2m",
}
}