changes to indentation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% macro controls(controls) %}
|
||||
controls {
|
||||
{% filter indent(2, true) %}
|
||||
{% filter indent(bind9_config_indent, true) %}
|
||||
{% for control in controls %}
|
||||
{% if control.type == "inet" %}
|
||||
{{ ('inet ' + control.address) -}}
|
||||
|
||||
Reference in New Issue
Block a user