Indentation Saga

This commit is contained in:
Daniel Akulenok
2022-08-30 16:02:43 +02:00
parent ba17ed2716
commit de1fd88f69
3 changed files with 8 additions and 9 deletions

View File

@@ -3,8 +3,7 @@
parental-agents {{ agent.name -}}
{{ (' port ' + agent.port | string) if agent.port is defined and agent.port -}}
{{ (' dscp ' + agent.dscp | string) if agent.dscp is defined and agent.dscp }} {
{% filter indent(bind9_config_indent, true) %}
{{ functions.list_address_port_key_tls(agent.addresses) -}}
{% endfilter %}};
{{ functions.list_address_port_key_tls(agent.addresses) -}}};
{% endfor %}
{% endmacro %}