cfg/templates/nut/ups.conf

8 lines
163 B
Plaintext

{% for name, ups in nut.ups %}{% if not loop.first %}
{% endif -%}
[{{ name }}]
{% for key, value in ups -%}
{{ key }} = "{{ value }}"
{% endfor -%}
{% endfor -%}