Merge pull request #5 from ncapeyron/patch-1
avoid obligation to declare "extra" in munin_hostsmaster
commit
287bbcc4b5
|
|
@ -2,7 +2,7 @@
|
||||||
{% for host in munin_hosts %}
|
{% for host in munin_hosts %}
|
||||||
[{{ host.name }}]
|
[{{ host.name }}]
|
||||||
address {{ host.address }}
|
address {{ host.address }}
|
||||||
{% if host.extra %}
|
{% if host.extra is defined %}
|
||||||
{% for extra in host.extra %}
|
{% for extra in host.extra %}
|
||||||
{{ extra }}
|
{{ extra }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue