suricata: Fix include of used rulefiles yaml

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2018-08-12 18:40:31 +02:00
parent 4230305558
commit cc60d3dfd3

View File

@@ -47,7 +47,8 @@ vars:
##
default-rule-path: /etc/suricata/rules
rule-files: !include /var/ipfire/suricata/suricata-used-rulefiles.yaml
rule-files:
include: /var/ipfire/suricata/suricata-used-rulefiles.yaml
classification-file: /etc/suricata/classification.config
reference-config-file: /etc/suricata/reference.config