Skip to content
Snippets Groups Projects
Unverified Commit 2d1c7c30 authored by Imran Iqbal's avatar Imran Iqbal
Browse files

fix(server): fix `salt-lint` violations [skip ci]

```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 }}'}
```
parent d5e44c90
No related branches found
No related tags found
No related merge requests found
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment