Commit 2d1c7c3
committed
fix(server): fix
```console
[206] Jinja variables should have spaces before and after: {{ var_name }}
mysql/server.sls:86
{{debconf_root_password}}: {'type': 'password', 'value': '{{ mysql_root_password }}'}
[206] Jinja variables should have spaces before and after: {{ var_name }}
mysql/server.sls:87
{{debconf_root_password_again}}: {'type': 'password', 'value': '{{ mysql_root_password }}'}
```salt-lint violations [skip ci]1 parent d5e44c9 commit 2d1c7c3
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
| 86 | + | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments