Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(config.sls): fix
salt-lint
errors
```bash Examining bind/config.sls of type state [204] Lines should be no longer that 160 chars bind/config.sls:217 {%- do generate_reverse(zone_records, salt['pillar.get']('bind:available_zones:' + zone + ':generate_reverse:net'), salt['pillar.get']('bind:available_zones:' + zone + ':generate_reverse:for_zones'), salt['pillar.get']('bind:available_zones', {})) %} [206] Jinja variables should have spaces before and after: {{ var_name }} bind/config.sls:225 zones{{ dash_view }}-{{ zone }}{{ '.include' if serial_auto else ''}}: [206] Jinja variables should have spaces before and after: {{ var_name }} bind/config.sls:227 - name: {{ zones_directory }}/{{ file }}{{ '.include' if serial_auto else ''}} [206] Jinja variables should have spaces before and after: {{ var_name }} bind/config.sls:295 - unless: "grep {{ key_flags.zsk }} {{ key_directory }}/K{{zone}}.+{{ key_algorithm_field }}+*.key" [206] Jinja variables should have spaces before and after: {{ var_name }} bind/config.sls:304 - unless: "grep {{ key_flags.ksk }} {{ key_directory }}/K{{zone}}.+{{ key_algorithm_field }}+*.key" ```
- Loading branch information