Skip to content

Commit

Permalink
fix(clean.sls): fix salt-lint errors
Browse files Browse the repository at this point in the history
```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
```
  • Loading branch information
myii committed Oct 9, 2019
1 parent 173bc4f commit 8056339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prometheus/config/file/clean.sls
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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 %}
prometheus-config-file-etc-file-absent:
file.absent:
- name: {{ prometheus.dir.etc }}
- require:
- require:
- sls: {{ sls_service_clean }}

0 comments on commit 8056339

Please sign in to comment.