Commit 6969083
committed
fix(ifconfig_pool_persist.sls): fix
```bash
Examining openvpn/ifconfig_pool_persist.sls of type state
[206] Jinja variables should have spaces before and after: {{ var_name }}
openvpn/ifconfig_pool_persist.sls:7
- name: {{ map.conf_dir }}/{{filename}}
[206] Jinja variables should have spaces before and after: {{ var_name }}
openvpn/ifconfig_pool_persist.sls:20
- service: openvpn_{{name}}_service
```salt-lint errors1 parent 1b3f7f6 commit 6969083
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments