Skip to content

Commit

Permalink
fix(syndic.sls): fix salt-lint errors
Browse files Browse the repository at this point in the history
```bash
Examining salt/syndic.sls of type state
[201] Trailing whitespace
salt/syndic.sls:12
  {%- endif %}
```
  • Loading branch information
myii authored and noelmcloughlin committed Jan 22, 2020
1 parent 88485e1 commit fe325c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/syndic.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fe325c5

Please sign in to comment.