We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e5a3d commit a76f659Copy full SHA for a76f659
docs/TOFS_pattern.rst
@@ -326,7 +326,7 @@ We can simplify the ``conf.sls`` with the new ``files_switch`` macro to use in t
326
- pkg: Install NTP package
327
328
329
-* This uses ``config.get``, searching for ``nfs:tofs:source_files:Configure NTP`` to determine the list of template files to use.
+* This uses ``config.get``, searching for ``ntp:tofs:source_files:Configure NTP`` to determine the list of template files to use.
330
* If this does not yield any results, the default of ``['/etc/ntp.conf.jinja']`` will be used.
331
332
In ``macros.jinja``, we define this new macro ``files_switch``.
0 commit comments