mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-10 14:51:42 +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 %}
|
||||
- retry: {{ packages.retry_options|json }}
|
||||
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{%- endfor %}
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -24,7 +24,7 @@ include:
|
|||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
extend:
|
||||
extend:
|
||||
unwanted_pkgs:
|
||||
pkg.purged:
|
||||
- pkgs: {{ unwanted_packages | json }}
|
||||
|
|
Loading…
Add table
Reference in a new issue