Fix undefined variables in mxisd and Dimension configuration

This commit is contained in:
Slavi Pantaleev
2019-06-07 11:46:35 +03:00
parent 99086f90e8
commit 328d981b05
4 changed files with 5 additions and 2 deletions

View File

@ -128,6 +128,7 @@ matrix_dimension_configuration_extension_yaml: |
# botToken: "YourTokenHere"
#
matrix_dimension_configuration_extension: "{{ matrix_dimension_configuration_extension_yaml|from_yaml if matrix_dimension_configuration_extension_yaml|from_yaml is mapping else {} }}"
# Holds the final Dimension configuration (a combination of the default and its extension).
# You most likely don't need to touch this variable. Instead, see `matrix_dimension_configuration_yaml`.