changes to indentation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% macro statistics_channels(statistics_channels) %}
|
||||
statistics-channels {
|
||||
{% filter indent(2, true) %}
|
||||
{% filter indent(bind9_config_indent, true) %}
|
||||
{% for channel in statistics_channels if statistics_channels is iterable %}
|
||||
inet {{ channel.address | string }}
|
||||
{{- (' port ' + channel.port | string) if channel.port is defined and channel.port -}}
|
||||
|
||||
Reference in New Issue
Block a user