Skip to content

Commit

Permalink
fix(salt-lint): fix all errors
Browse files Browse the repository at this point in the history
```bash
[201] Trailing whitespace
packages/archives.sls:97
   {% endif %}

[201] Trailing whitespace
packages/snaps.sls:27
extend:
```
  • Loading branch information
myii committed Jan 15, 2020
1 parent 702e8c3 commit 83ed92b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/archives.sls
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ packages-archive-wanted-download-{{ package }}:
{%- endif %}
- retry: {{ packages.retry_options|json }}
{% endif %}
{% endif %}
{%- endfor %}
2 changes: 1 addition & 1 deletion packages/golang/clean.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 packages with context %}
{%- for package in packages.golang.clean %}
packages-golang-clean-{{ package }}-cmd-run:
Expand Down
2 changes: 1 addition & 1 deletion packages/golang/goget.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 packages with context %}
{%- for package in packages.golang.goget %}
packages-golang-goget-{{ package }}-cmd-run:
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps.sls
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include:
{% endfor %}
{% endif %}
extend:
extend:
unwanted_pkgs:
pkg.purged:
- pkgs: {{ unwanted_packages | json }}
Expand Down

0 comments on commit 83ed92b

Please sign in to comment.