Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tgtd.tmpl): fix
salt-lint
errors
```bash Examining iscsi/target/config/files/default/tgtd.tmpl of type state [206] Jinja variables should have spaces before and after: {{ var_name }} iscsi/target/config/files/default/tgtd.tmpl:17 {{shift}}{{ '<' ~ key ~ '>' }} [206] Jinja variables should have spaces before and after: {{ var_name }} iscsi/target/config/files/default/tgtd.tmpl:19 {{shift}}{{ '</' ~ key.split(" ")[0] ~ '>' }} [206] Jinja variables should have spaces before and after: {{ var_name }} iscsi/target/config/files/default/tgtd.tmpl:22 {{shift}}{{ key }} {{ value }} ```
- Loading branch information