]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
suricata.yaml: use include list for example
authorJason Ish <jason.ish@oisf.net>
Wed, 24 May 2023 18:24:24 +0000 (12:24 -0600)
committerVictor Julien <vjulien@oisf.net>
Wed, 31 May 2023 05:57:26 +0000 (07:57 +0200)
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

index fdf68f0a7040a17b430fb9f41f8b41d12d39a463..96d3bc4ad71428b6a1a067cff7c6830685560f23 100644 (file)
@@ -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