]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Clarify file name and placement rules for converted old-style files 13258/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 14 Sep 2023 10:02:15 +0000 (12:02 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 14 Sep 2023 10:02:15 +0000 (12:02 +0200)
pdns/recursordist/docs/appendices/yamlconversion.rst

index d846eb6ff4c82d778146f317372b9a197050bb62..d3c263cf7c357b074e2a7408cbf05e3fef8edab5 100644 (file)
@@ -49,8 +49,10 @@ Consult :doc:`../yamlsettings` for details on how settings spread over multiple
 
 The contents of the report can be used to produce YAML settings equivalent to the old-style settings.
 This is a manual step and consists of copy-pasting the sections of the conversion report to individual files.
-Any settings filename in the include directory should end with ``.yml``.
-It is possible to put associated files (like a ``recursor.forward_zones_file``) into the include dir, but do *not* let these files end in ``.yml``, as ``.yml`` files will be interpreted as full configuration files, while the associated settings files are YAML sequences of a specific type.
+
+Any converted settings filename in the **include** directory should end with ``.yml``.
+The names of associated files (like a ``recursor.forward_zones_file``) should also end in ``.yml``, but should *not* be put into the **include** directory, as they do not contain full configuration YAML clauses but YAML sequences of a specific type.
+The associated files *can* be put in the **config** directory, the directory that is searched for a ``recursor.conf`` or ``recursor.yml`` file.
 
 API Managed Files
 -----------------