mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2025-04-16 09:40:24 +00:00
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:
parent
3e6397788f
commit
ef4ad1ec5c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue