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 %}