Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(install.sls): fix
salt-lint
errors
```bash Examining grafana/config/alternatives/install.sls of type state [206] Jinja variables should have spaces before and after: {{ var_name }} grafana/config/alternatives/install.sls:17 - name: update-alternatives --install {{ grafana.dir }} grafana-home {{ grafana.pkg.archive.name }} {{grafana.linux.altpriority}} [206] Jinja variables should have spaces before and after: {{ var_name }} grafana/config/alternatives/install.sls:47 - name: update-alternatives --install /usr/bin/{{i}} link-{{i}} {{ grafana.pkg.archive.name }}/bin/{{i}} {{grafana.linux.altpriority}} ```
- Loading branch information