From: Jason Ish Date: Wed, 24 May 2023 18:24:24 +0000 (-0600) Subject: suricata.yaml: use include list for example X-Git-Tag: suricata-7.0.0-rc2~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7d3904c3f965a0001fed4cf8f594a9a04e64f7d;p=thirdparty%2Fsuricata.git 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. --- diff --git a/suricata.yaml.in b/suricata.yaml.in index fdf68f0a70..96d3bc4ad7 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