mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
docs(map.jinja): fix rst-lint
violation [skip ci]
``` WARNING docs/map.jinja.rst:272 Cannot analyze code. No Pygments lexer found for "jinja2". ```
This commit is contained in:
parent
7e74001c05
commit
e43d6ce83f
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ Using Jinja2 YAML template
|
|||
|
||||
You can provide a Jinja2 YAML template file with a name suffixed with ``.yaml.jinja``, it must produce a YAML file conform to the `Format of configuration YAML files`_, for example:
|
||||
|
||||
.. code-block:: jinja2
|
||||
.. code-block:: jinja
|
||||
|
||||
---
|
||||
strategy: 'overwrite'
|
||||
|
|
Loading…
Add table
Reference in a new issue