style: Standardize indentation across all templates
- Update indentation in controls, DLZ, and DNSSEC policy templates - Normalize spacing in options and logging templates - Ensure consistent formatting throughout role
This commit is contained in:
committed by
Daniel Akulenok
parent
8de3b75eec
commit
71abdaa2e4
@@ -3,7 +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(2, true) %}
|
||||
{% filter indent(bind9_config_indent, true) %}
|
||||
{{ functions.list_address_port_key_tls(agent.addresses) -}}
|
||||
{% endfilter %}};
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user