fix(clean.sls): fix salt-lint
errors
```bash Examining prometheus/archive/install.sls of type state [201] Trailing whitespace prometheus/archive/install.sls:33 - source_hash: {{ p.pkg[name]['archive_hash'] }} [201] Trailing whitespace prometheus/archive/install.sls:44 ```
This commit is contained in:
parent
173bc4f348
commit
805633972b
@ -15,7 +15,7 @@ include:
|
||||
prometheus-config-file-{{ name }}-file-absent:
|
||||
file.absent:
|
||||
- name: {{ prometheus.dir.etc }}/{{ name }}.yml
|
||||
- require_in:
|
||||
- require_in:
|
||||
- file: prometheus-config-file-etc-file-absent
|
||||
|
||||
{%- endfor %}
|
||||
@ -23,5 +23,5 @@ prometheus-config-file-{{ name }}-file-absent:
|
||||
prometheus-config-file-etc-file-absent:
|
||||
file.absent:
|
||||
- name: {{ prometheus.dir.etc }}
|
||||
- require:
|
||||
- require:
|
||||
- sls: {{ sls_service_clean }}
|
||||
|
Loading…
Reference in New Issue
Block a user