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.
pull/8945/head
Jason Ish 2 years ago committed by Victor Julien
parent f8620d0ed2
commit e7d3904c3f

@ -2133,6 +2133,6 @@ reference-config-file: @e_sysconfdir@reference.config
# in this configuration file. Files with relative pathnames will be # in this configuration file. Files with relative pathnames will be
# searched for in the same directory as this configuration file. You may # searched for in the same directory as this configuration file. You may
# use absolute pathnames too. # use absolute pathnames too.
# You can specify more than 2 configuration files, if needed. #include:
#include: include1.yaml # - include1.yaml
#include: include2.yaml # - include2.yaml

Loading…
Cancel
Save