salt-lint errors
```bash
Examining apache/init.sls of type state
[206] Jinja variables should have spaces before and after: {{ var_name }}
apache/init.sls:15
service.{{apache.service_state}}:
[206] Jinja variables should have spaces before and after: {{ var_name }}
apache/init.sls:30
- cmd: {{apache.custom_reload_command|default('apachectl graceful')}}
[206] Jinja variables should have spaces before and after: {{ var_name }}
apache/init.sls:41
- cmd: {{apache.custom_reload_command|default('apachectl graceful')}}
```
Description
Set up and configure the Apache HTTP server
https://github.com/saltstack-formulas/apache-formula
Languages
Jinja
62.1%
SaltStack
27.7%
Ruby
6.4%
Shell
2.1%
JavaScript
1.7%