Skip to content

Commit

Permalink
fix(install.sls): fix salt-lint errors
Browse files Browse the repository at this point in the history
```bash
Examining prometheus/package/install.sls of type state
[201] Trailing whitespace
prometheus/package/install.sls:7
```
  • Loading branch information
myii committed Oct 9, 2019
1 parent 8056339 commit 51f5485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus/package/install.sls
Expand Up @@ -4,7 +4,7 @@
{#- Get the `tplroot` from `tpldir` #}
{%- set tplroot = tpldir.split('/')[0] %}
{%- from tplroot ~ "/map.jinja" import prometheus with context %}
{%- if prometheus.use_upstream_repo %}
include:
Expand Down

0 comments on commit 51f5485

Please sign in to comment.