fix(salt-lint): fix all errors

```bash
[201] Trailing whitespace
packages/archives.sls:97
   {% endif %}

[201] Trailing whitespace
packages/snaps.sls:27
extend:
```
This commit is contained in:
Imran Iqbal 2019-12-08 04:51:25 +00:00
parent 702e8c32bf
commit 83ed92bf64
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819
4 changed files with 4 additions and 4 deletions

View file

@ -94,5 +94,5 @@ packages-archive-wanted-download-{{ package }}:
{%- endif %} {%- endif %}
- retry: {{ packages.retry_options|json }} - retry: {{ packages.retry_options|json }}
{% endif %} {% endif %}
{%- endfor %} {%- endfor %}

View file

@ -4,7 +4,7 @@
{#- Get the `tplroot` from `tpldir` #} {#- Get the `tplroot` from `tpldir` #}
{%- set tplroot = tpldir.split('/')[0] %} {%- set tplroot = tpldir.split('/')[0] %}
{%- from tplroot ~ "/map.jinja" import packages with context %} {%- from tplroot ~ "/map.jinja" import packages with context %}
{%- for package in packages.golang.clean %} {%- for package in packages.golang.clean %}
packages-golang-clean-{{ package }}-cmd-run: packages-golang-clean-{{ package }}-cmd-run:

View file

@ -4,7 +4,7 @@
{#- Get the `tplroot` from `tpldir` #} {#- Get the `tplroot` from `tpldir` #}
{%- set tplroot = tpldir.split('/')[0] %} {%- set tplroot = tpldir.split('/')[0] %}
{%- from tplroot ~ "/map.jinja" import packages with context %} {%- from tplroot ~ "/map.jinja" import packages with context %}
{%- for package in packages.golang.goget %} {%- for package in packages.golang.goget %}
packages-golang-goget-{{ package }}-cmd-run: packages-golang-goget-{{ package }}-cmd-run:

View file

@ -24,7 +24,7 @@ include:
{% endfor %} {% endfor %}
{% endif %} {% endif %}
extend: extend:
unwanted_pkgs: unwanted_pkgs:
pkg.purged: pkg.purged:
- pkgs: {{ unwanted_packages | json }} - pkgs: {{ unwanted_packages | json }}