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 grafana/package/install.sls of type state
[201] Trailing whitespace
grafana/package/install.sls:7
```
  • Loading branch information
myii committed Oct 9, 2019
1 parent 909a3e6 commit 4496044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana/package/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{#- Get the `tplroot` from `tpldir` #}
{%- set tplroot = tpldir.split('/')[0] %}
{%- from tplroot ~ "/map.jinja" import grafana with context %}
{%- if grafana.pkg.use_upstream_repo %}
include:
- .repo
Expand Down

0 comments on commit 4496044

Please sign in to comment.