apache-formula/apache/vhosts
Imran Iqbal 1bad58d899
fix(vhosts/standard.tmpl): fix salt-lint errors
```bash
Examining apache/vhosts/standard.tmpl of type state
[206] Jinja variables should have spaces before and after: {{ var_name }}
apache/vhosts/standard.tmpl:46
<VirtualHost {% for intf in vals.interfaces %} {{intf}}:{{ vals.port }}{% endfor -%}>

[206] Jinja variables should have spaces before and after: {{ var_name }}
apache/vhosts/standard.tmpl:70
    {% if site.get('SSLCertificateChainFile') %}SSLCertificateChainFile {{ site.SSLCertificateChainFile}}{% endif %}

[201] Trailing whitespace
apache/vhosts/standard.tmpl:72

[206] Jinja variables should have spaces before and after: {{ var_name }}
apache/vhosts/standard.tmpl:96
        {% if dvals.get('Require') != False %}Require {{dvals.Require}}{% endif %}

[206] Jinja variables should have spaces before and after: {{ var_name }}
apache/vhosts/standard.tmpl:120
        {%- if lvals.get('Require') != False %}Require {{lvals.Require}}{% endif %}
```
2019-10-17 08:32:32 +01:00
..
cleanup.sls fix(vhosts/cleanup.sls): fix salt-lint errors 2019-10-17 08:32:31 +01:00
minimal.tmpl fix(vhosts/minimal.tmpl): fix salt-lint errors 2019-10-17 08:32:31 +01:00
proxy.tmpl fix(vhosts/proxy.tmpl): fix salt-lint errors 2019-10-17 08:32:31 +01:00
redirect.tmpl fix(vhosts/redirect.tmpl): fix salt-lint errors 2019-10-17 08:32:32 +01:00
standard.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
standard.tmpl fix(vhosts/standard.tmpl): fix salt-lint errors 2019-10-17 08:32:32 +01:00