prometheus-formula/prometheus/archive/alternatives
Imran Iqbal 85c7fceb0d
fix(install.sls): fix salt-lint errors
```bash
Examining prometheus/archive/alternatives/install.sls of type state
[206] Jinja variables should have spaces before and after: {{ var_name }}
prometheus/archive/alternatives/install.sls:21
    - name: update-alternatives --install {{ p.dir.basedir }}/{{ name }} prometheus-{{ name }}-home {{ p.dir.basedir }}/{{ bundle }} {{p.linux.altpriority}}

[204] Lines should be no longer that 160 chars
prometheus/archive/alternatives/install.sls:50
    - name: update-alternatives --install /usr/local/bin/{{ b }} prometheus-{{ name }}-{{ b }} {{ p.dir.basedir }}/{{ bundle }}/{{ b }} {{ p.linux.altpriority }}
```
2019-10-09 18:21:02 +01:00
..
clean.sls test(centos): verified on CentosOS 2019-06-22 17:48:28 +01:00
init.sls feat(archives): user managementX 2019-06-19 02:05:30 +01:00
install.sls fix(install.sls): fix salt-lint errors 2019-10-09 18:21:02 +01:00