From 83ed92bf64ab63ce2a3e0af3f93bb7bb16f87be7 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Sun, 8 Dec 2019 04:51:25 +0000 Subject: [PATCH] fix(salt-lint): fix all errors ```bash [201] Trailing whitespace packages/archives.sls:97 {% endif %} [201] Trailing whitespace packages/snaps.sls:27 extend: ``` --- packages/archives.sls | 2 +- packages/golang/clean.sls | 2 +- packages/golang/goget.sls | 2 +- packages/snaps.sls | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/archives.sls b/packages/archives.sls index 54babfd..cb0efe0 100644 --- a/packages/archives.sls +++ b/packages/archives.sls @@ -94,5 +94,5 @@ packages-archive-wanted-download-{{ package }}: {%- endif %} - retry: {{ packages.retry_options|json }} - {% endif %} + {% endif %} {%- endfor %} diff --git a/packages/golang/clean.sls b/packages/golang/clean.sls index b3c4bbb..6887183 100644 --- a/packages/golang/clean.sls +++ b/packages/golang/clean.sls @@ -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: diff --git a/packages/golang/goget.sls b/packages/golang/goget.sls index ee138f1..5fdb33e 100644 --- a/packages/golang/goget.sls +++ b/packages/golang/goget.sls @@ -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: diff --git a/packages/snaps.sls b/packages/snaps.sls index ff85288..e120753 100644 --- a/packages/snaps.sls +++ b/packages/snaps.sls @@ -24,7 +24,7 @@ include: {% endfor %} {% endif %} -extend: +extend: unwanted_pkgs: pkg.purged: - pkgs: {{ unwanted_packages | json }}