From 58e6e7de034c4745ba66e03de4b3173460a44e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sat, 22 Oct 2022 13:03:16 +0200 Subject: [PATCH] Remove ufw logs Just added them to check the blocking for a while --- site-cookbooks/kosmos_kvm/recipes/host.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/site-cookbooks/kosmos_kvm/recipes/host.rb b/site-cookbooks/kosmos_kvm/recipes/host.rb index 702451a..4e833e2 100644 --- a/site-cookbooks/kosmos_kvm/recipes/host.rb +++ b/site-cookbooks/kosmos_kvm/recipes/host.rb @@ -45,6 +45,5 @@ end direction :out protocol :none command :deny - logging :connections end end