Skip to content
Snippets Groups Projects
Select Git revision
  • 26743c1db48796f73966919614a2832a3870e39c
  • master default
  • v0.52.5
  • v0.52.4
  • v0.52.3
  • v0.52.2
  • v0.52.1
  • v0.52.0
  • v0.51.0
  • v0.50.0
  • v0.49.0
11 results

server.sls

  • Imran Iqbal's avatar
    764dd0c4
    fix(server.sls): fix `salt-lint` errors · 764dd0c4
    Imran Iqbal authored
    ```bash
    Examining mysql/server.sls of type state
    [206] Jinja variables should have spaces before and after: {{ var_name }}
    mysql/server.sls:119
        - creates: {{ mysql_datadir}}/mysql/
    
    [206] Jinja variables should have spaces before and after: {{ var_name }}
    mysql/server.sls:141
        - creates: {{ mysql_datadir}}/mysql/
    ```
    fix(server.sls): fix `salt-lint` errors
    Imran Iqbal authored
    ```bash
    Examining mysql/server.sls of type state
    [206] Jinja variables should have spaces before and after: {{ var_name }}
    mysql/server.sls:119
        - creates: {{ mysql_datadir}}/mysql/
    
    [206] Jinja variables should have spaces before and after: {{ var_name }}
    mysql/server.sls:141
        - creates: {{ mysql_datadir}}/mysql/
    ```