3 lines
115 B
Text
3 lines
115 B
Text
|
{% if nagios4_config %}{% for key, value in nagios4_config.items() %}
|
||
|
{{ key }}={{ value }}
|
||
|
{% endfor %}{% endif %}
|