From 36b2d78dfe5c83db75965cdd392abd0984d2a279 Mon Sep 17 00:00:00 2001 From: Josh Brower Date: Thu, 7 Apr 2022 14:02:21 -0400 Subject: [PATCH] Include firewall state --- salt/idh/init.sls | 1 + salt/top.sls | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/salt/idh/init.sls b/salt/idh/init.sls index 5f5307b08..70a5d370d 100644 --- a/salt/idh/init.sls +++ b/salt/idh/init.sls @@ -25,6 +25,7 @@ include: - idh.openssh.config + - firewall # If True, block IDH Services from accepting connections on Managment IP diff --git a/salt/top.sls b/salt/top.sls index 5f8e56c7f..dd41ff9fe 100644 --- a/salt/top.sls +++ b/salt/top.sls @@ -499,7 +499,7 @@ base: - ssl - sensoroni - telegraf - - firewall # It's important that this state runs before the IDH state, since the IDH state (optionally) inserts BLOCK rules at position 1 + - firewall {%- if WAZUH != 0 %} - wazuh {%- endif %}