From 15dd961cd3bb40e354aeeb7d36646a66d257ed1d Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 18 Jul 2019 17:48:05 +0200 Subject: [PATCH] Fix fail2ban install --- wo/core/variables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/core/variables.py b/wo/core/variables.py index 3b96a17..94b6a86 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -168,7 +168,7 @@ class WOVariables(): .format(codename=wo_platform_codename)) wo_mysql = ["mariadb-server", "percona-toolkit", "python3-mysqldb"] - wo_fail2ban = "fail2ban" + wo_fail2ban = ["fail2ban", "python3-pyinotify"] # Redis repo details if wo_platform_distro == 'ubuntu':