mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-17 10:10:27 +00:00
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:
parent
702e8c32bf
commit
83ed92bf64
4 changed files with 4 additions and 4 deletions
|
@ -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 %}
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue