Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(interfaces.sls): fix
salt-lint
errors
```bash Examining ufw/config/interfaces.sls of type state [206] Jinja variables should have spaces before and after: {{ var_name }} ufw/config/interfaces.sls:20 ufw-interface-{{interface_name}}: [206] Jinja variables should have spaces before and after: {{ var_name }} ufw/config/interfaces.sls:22 - interface: {{interface_name}} [206] Jinja variables should have spaces before and after: {{ var_name }} ufw/config/interfaces.sls:24 - comment: '"{{comment}}"' ```
- Loading branch information