2
0

fix(syndic.sls): fix salt-lint errors

```bash
Examining salt/syndic.sls of type state
[201] Trailing whitespace
salt/syndic.sls:12
  {%- endif %}
```
This commit is contained in:
Imran Iqbal 2019-10-09 18:33:30 +01:00
parent 3e6397788f
commit ef4ad1ec5c
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819

View File

@ -9,7 +9,7 @@ salt-syndic:
- name: {{ salt_settings.salt_syndic }}
{%- if salt_settings.version is defined %}
- version: {{ salt_settings.version }}
{%- endif %}
{%- endif %}
- require_in:
- service: salt-syndic
- watch_in: