Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(named.conf.logging.jinja): fix
salt-lint
errors
```bash Examining bind/files/named.conf.logging.jinja of type state [206] Jinja variables should have spaces before and after: {{ var_name }} bind/files/named.conf.logging.jinja:6 channel {{channel}} { [201] Trailing whitespace bind/files/named.conf.logging.jinja:8 file "{{ map.log_dir }}/{{salt['pillar.get']('bind:config:use_extensive_logging:channel:'+channel+':file')}}" versions {{salt['pillar.get']('bind:config:use_extensive_logging:channel:'+channel+':versions', '3')}} size {{salt['pillar.get']('bind:config:use_extensive_logging:channel:'+channel+':size', '20m')}}; [204] Lines should be no longer that 160 chars bind/files/named.conf.logging.jinja:8 file "{{ map.log_dir }}/{{salt['pillar.get']('bind:config:use_extensive_logging:channel:'+channel+':file')}}" versions {{salt['pillar.get']('bind:config:use_extensive_logging:channel:'+channel+':versions', '3')}} size {{salt['pillar.get']('bind:config:use_extensive_logging:channel:'+channel+':size', '20m')}}; [206] Jinja variables should have spaces before and after: {{ var_name }} bind/files/named.conf.logging.jinja:8 file "{{ map.log_dir }}/{{salt['pillar.get']('bind:config:use_extensive_logging:channel:'+channel+':file')}}" versions {{salt['pillar.get']('bind:config:use_extensive_logging:channel:'+channel+':versions', '3')}} size {{salt['pillar.get']('bind:config:use_extensive_logging:channel:'+channel+':size', '20m')}}; [206] Jinja variables should have spaces before and after: {{ var_name }} bind/files/named.conf.logging.jinja:20 severity {{salt['pillar.get']('bind:config:use_extensive_logging:channel:'+channel+':severity')}}; [206] Jinja variables should have spaces before and after: {{ var_name }} bind/files/named.conf.logging.jinja:23 syslog {{salt['pillar.get']('bind:config:use_extensive_logging:channel:'+channel+':syslog')}}; [206] Jinja variables should have spaces before and after: {{ var_name }} bind/files/named.conf.logging.jinja:29 category {{category}} { {{ salt['pillar.get']('bind:config:use_extensive_logging:category:'+category, []) | join('; ') }}; }; ```
- Loading branch information