Overview

    Notes on inclusion

    If the Include parameter is used for including a file, the file must be readable.

    If the Include parameter is used for including a directory:

    1. No particular order of inclusion should be assumed (e.g. files are not included in alphabetical order). Therefore do not define one parameter in several files (e.g. to override a general setting with a specific one).

    2. All files in the directory are included into configuration.

    If the parameter is used for including files using a pattern:

    1. All files matching the pattern must be readable.