Allow user defined variables in munin.conf

This commit is contained in:
Dex Bleeker
2016-10-13 23:48:10 +02:00
parent d6e4c324b0
commit 4fdb59c2fb
2 changed files with 7 additions and 0 deletions

View File

@ -33,3 +33,7 @@
{{ print_directive(directive, value) }}
{%- endfor %}
{% endfor %}
{%- if config.get('formula_append') %}
{{ config.formula_append }}
{% endif %}