style: Fix template indentation issues
- Correct indentation in generator template - Update options template formatting - Normalize parental-agents template spacing
This commit is contained in:
committed by
Daniel Akulenok
parent
2f181751e2
commit
556da9b256
@@ -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 %}
|
||||
Reference in New Issue
Block a user