apache-formula/apache/vhosts
Imran Iqbal e7c9fbb152
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 %}
```
2019-10-17 08:32:31 +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 Merge pull request #220 from noelmcloughlin/issue122 2018-03-15 10:46:55 +00:00
standard.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
standard.tmpl vhosts/standard: Directory_default to DocumentRoot 2018-08-29 12:16:15 +02:00