```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}}"'
```