Browse Source
fix(uninstall.sls): fix `salt-lint` errors
```bash
Examining apache/uninstall.sls of type state
[201] Trailing whitespace
apache/uninstall.sls:2
```
tags/v0.38.0
Imran Iqbal
5 years ago
No account linked to committer's email address
1 changed files with
1 additions and
1 deletions
-
apache/uninstall.sls
|
|
|
|
|
|
|
|
{% from "apache/map.jinja" import apache with context %} |
|
|
{% from "apache/map.jinja" import apache with context %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
apache-uninstall: |
|
|
apache-uninstall: |
|
|
service.dead: |
|
|
service.dead: |
|
|
- name: {{ apache.service }} |
|
|
- name: {{ apache.service }} |