Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37e677a

Browse files
committed
fix(sentinel.sls): fix salt-lint errors
```bash Examining redis/sentinel.sls of type state [202] Jinja statement should have spaces before and after: {% statement %} redis/sentinel.sls:22 {%for master,master_opts in redis_settings.sentinel.masters.items() %} ```
1 parent af83bca commit 37e677a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/sentinel.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ redis_sentinel_config:
1919
- service: redis_sentinel_service
2020
2121
{% if redis_settings.sentinel.masters is defined %}
22-
{%for master,master_opts in redis_settings.sentinel.masters.items() %}
22+
{% for master,master_opts in redis_settings.sentinel.masters.items() %}
2323
{% if master_opts['notification-script'] is defined and master_opts['notification-script'].source_path is defined %}
2424
2525
redis_sentinel_{{ master }}_notification_script:

0 commit comments

Comments
 (0)