79a1ea26d6
The tests are still py2; they'll need an update to zaza at some point. Change-Id: I2c4b1ba0212f96cf4a725c80d87b8b2bfed2186f
10 lines
354 B
Plaintext
10 lines
354 B
Plaintext
###############################################################################
|
|
# [ WARNING ]
|
|
# Configuration file maintained by Juju. Local changes may be overwritten.
|
|
###############################################################################
|
|
{% if settings -%}
|
|
{%- for key, value in settings.items() %}
|
|
{{key}}={{value}}
|
|
{%- endfor %}
|
|
{% endif %}
|