-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
```bash varnish-formula$ git ls-files | grep '\.sls$\|\.jinja$\|\.j2$\|\.tmpl$\|\.tst$' | xargs salt-lint [206] Jinja variables should have spaces before and after: {{ var_name }} varnish/files/Suse/etc/default/varnish.jinja:4 VARNISHD_PARAMS="-a {{ settings.get('listen', ':6081')}} \ [206] Jinja variables should have spaces before and after: {{ var_name }} varnish/files/default/etc/default/varnish.jinja:9 DAEMON_OPTS="-a {{ settings.get('listen', ':6081')}} \ [204] Lines should be no longer that 160 chars varnish/ng/repo.sls:15 - name: deb https://packagecloud.io/varnishcache/{{ varnish_settings.repo }}/{{ salt['grains.get']('os')|lower }}/ {{ salt['grains.get']('oscodename') }} main [204] Lines should be no longer that 160 chars varnish/ng/repo.sls:22 - name: deb-src https://packagecloud.io/varnishcache/{{ varnish_settings.repo }}/{{ salt['grains.get']('os')|lower }}/ {{ salt['grains.get']('oscodename') }} main [201] Trailing whitespace varnish/ng/repo.sls:26 [204] Lines should be no longer that 160 chars varnish/repo.sls:9 - name: deb http://repo.varnish-cache.org/{{ salt['grains.get']('os')|lower }}/ {{ salt['grains.get']('oscodename')}} {{ varnish.repo.components | join(' ') }} [206] Jinja variables should have spaces before and after: {{ var_name }} varnish/repo.sls:9 - name: deb http://repo.varnish-cache.org/{{ salt['grains.get']('os')|lower }}/ {{ salt['grains.get']('oscodename')}} {{ varnish.repo.components | join(' ') }} ```
- Loading branch information
Showing
5 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters