mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
Formating fix
This commit is contained in:
parent
a8b0353c90
commit
cab5e24854
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ logging {
|
|||
{%- endif %}
|
||||
{%- endfor %}
|
||||
|
||||
{%- for statement, value in salt['pillar.get']('bind:config:logging:category', {}).items() -%}
|
||||
{%- for statement, value in salt['pillar.get']('bind:config:logging:category', {}).items() %}
|
||||
category {{ statement }} {
|
||||
{%- for item in value %}
|
||||
{{ item }};
|
||||
|
|
Loading…
Add table
Reference in a new issue