changes to indentation
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{% macro logging(logging) %}
|
||||
logging {
|
||||
{% filter indent(2, true) %}
|
||||
{% filter indent(bind9_config_indent, true) %}
|
||||
{% for category in logging.categories if logging.categories is defined and logging.categories %}
|
||||
category {{ category.name }} {
|
||||
{{ functions.simple_item_list(category.channels) }}};
|
||||
{% endfor %}
|
||||
{% for channel in logging.channels if logging.channels is defined and logging.channels %}
|
||||
channel {{ channel.name }} {
|
||||
{% filter indent(2, true) %}
|
||||
{% filter indent(bind9_config_indent, true) %}
|
||||
{% if channel.file is defined and channel.file %}
|
||||
file "{{ channel.file.name }}"
|
||||
{{- (' versions ' + channel.file.versions | string) if channel.file.versions is defined and channel.file.versions -}}
|
||||
|
||||
Reference in New Issue
Block a user