From e7d3904c3f965a0001fed4cf8f594a9a04e64f7d Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 24 May 2023 12:24:24 -0600 Subject: [PATCH] suricata.yaml: use include list for example For 7.0 multiple includes are allowed, but marked as deprecated. Update the example to show the new way of pulling in multiple includes. --- suricata.yaml.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/suricata.yaml.in b/suricata.yaml.in index fdf68f0a7040..96d3bc4ad714 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -2133,6 +2133,6 @@ reference-config-file: @e_sysconfdir@reference.config # in this configuration file. Files with relative pathnames will be # searched for in the same directory as this configuration file. You may # use absolute pathnames too. -# You can specify more than 2 configuration files, if needed. -#include: include1.yaml -#include: include2.yaml +#include: +# - include1.yaml +# - include2.yaml