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
@@ -1,7 +1,7 @@
|
||||
{% macro keylist(keylists) %}
|
||||
{% for keyname in keylists if keylists is iterable %}
|
||||
key {{ keyname.name }} {
|
||||
{% filter indent(2, true) %}
|
||||
{% filter indent(bind9_config_indent, true) %}
|
||||
{{ ('algorithm ' + keyname.algorithm + ';\n') if keyname.algorithm is defined and keyname.algorithm -}}
|
||||
{{ ('secret "' + keyname.secret + '";\n') if keyname.secret is defined and keyname.secret -}}
|
||||
{% endfilter %}};
|
||||
|
||||
Reference in New Issue
Block a user