Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vhosts/proxy.tmpl): fix
salt-lint
errors
```bash Examining apache/vhosts/proxy.tmpl of type state [206] Jinja variables should have spaces before and after: {{ var_name }} apache/vhosts/proxy.tmpl:38 <VirtualHost {%- for intf in vals.interfaces %} {{intf}}:{{ vals.port }}{% endfor -%}> [206] Jinja variables should have spaces before and after: {{ var_name }} apache/vhosts/proxy.tmpl:53 {% if site.get('SSLCertificateChainFile') %}SSLCertificateChainFile {{ site.SSLCertificateChainFile}}{% endif %} [206] Jinja variables should have spaces before and after: {{ var_name }} apache/vhosts/proxy.tmpl:85 {%- if lvals.get('Require') != False %}Require {{lvals.Require}}{% endif %} [206] Jinja variables should have spaces before and after: {{ var_name }} apache/vhosts/proxy.tmpl:102 {%- if lmvals.get('Require') != False %}Require {{lmvals.Require}}{% endif %} ```
- Loading branch information