renamed 'name' to 'directive' in the munin-node.conf template
This commit is contained in:
parent
acc98d43df
commit
8e2edfe659
@ -3,12 +3,12 @@
|
|||||||
# This config file is managed by salt.
|
# This config file is managed by salt.
|
||||||
#
|
#
|
||||||
|
|
||||||
{%- for name, value in config.iteritems() %}
|
{%- for directive, value in config.iteritems() %}
|
||||||
{%- if value is string or value is number %}
|
{%- if value is string or value is number %}
|
||||||
{{ name }} {{ value }}
|
{{ directive }} {{ value }}
|
||||||
{%- else %}
|
{%- else %}
|
||||||
{%- for item in value %}
|
{%- for item in value %}
|
||||||
{{ name }} {{ item }}
|
{{ directive }} {{ item }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user