mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/wazuh-agent - wrong model path used for skip_alias, closes https://github.com/opnsense/plugins/issues/4896
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
[general]
|
||||
{% if not helpers.empty('OPNsense.WazuhAgent.wazuh_command.fw_alias_ignore') and helpers.getUUID(OPNsense.WazuhAgent.wazuh_command.fw_alias_ignore) %}
|
||||
{% if not helpers.empty('OPNsense.WazuhAgent.active_response.fw_alias_ignore') and helpers.getUUID(OPNsense.WazuhAgent.active_response.fw_alias_ignore) %}
|
||||
skip_alias={{helpers.getUUID(OPNsense.WazuhAgent.wazuh_command.fw_alias_ignore).name}}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user