8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
|
{% for section,directives in munin_node_config.items() | list %}
|
||
|
[{{section}}]
|
||
|
{% for name,val in directives.items() | list %}
|
||
|
{{ name }} {{ val }}
|
||
|
{% endfor %}
|
||
|
|
||
|
{% endfor %}
|