Update rulecat.conf

This commit is contained in:
Mike Reeves
2020-07-17 17:35:16 -04:00
committed by GitHub
parent 2e2bcfb3b7
commit aaca5c7ff2

View File

@@ -1,4 +1,4 @@
{% set URLS = salt['pillar.get']('idstools:config:urls') -%}
{% set URLS = salt['pillar.get']('idstools:config:urls, {}') -%}
{% set RULESET = salt['pillar.get']('idstools:config:ruleset') -%}
{% set OINKCODE = salt['pillar.get']('idstools:config:oinkcode') -%}
--suricata-version=5.0
@@ -16,4 +16,4 @@
{%- endif %}
{%- for URL in URLS %}
--url={{ URL }}
{%- endfor %}
{%- endfor %}