mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
fix(uninstall.sls): fix salt-lint
errors
```bash Examining apache/uninstall.sls of type state [201] Trailing whitespace apache/uninstall.sls:2 ```
This commit is contained in:
parent
da9a59225a
commit
ed7dc7b411
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{% from "apache/map.jinja" import apache with context %}
|
||||
|
||||
|
||||
apache-uninstall:
|
||||
service.dead:
|
||||
- name: {{ apache.service }}
|
||||
|
|
Loading…
Add table
Reference in a new issue