explain what the colon in mapping.j2 is for

This commit is contained in:
Florian Ermisch 2017-08-25 14:54:20 +02:00 committed by Wurzel Kollektiv
parent f514881e5a
commit 9ed99927c2
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Managed by config management
{#- Some files (mainly the aliases one) require key and values
to be separated with a colon. For this `colon: True` should
be passed to the template #}
{%- if colon is not defined %}
{%- set colon = False %}
{%- endif %}