From ed7dc7b41193c800089f16b55c240d5074fb5f3b Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Thu, 17 Oct 2019 07:53:15 +0100 Subject: [PATCH] fix(uninstall.sls): fix `salt-lint` errors ```bash Examining apache/uninstall.sls of type state [201] Trailing whitespace apache/uninstall.sls:2 ``` --- apache/uninstall.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache/uninstall.sls b/apache/uninstall.sls index cc24fbc..65683f0 100644 --- a/apache/uninstall.sls +++ b/apache/uninstall.sls @@ -1,5 +1,5 @@ {% from "apache/map.jinja" import apache with context %} - + apache-uninstall: service.dead: - name: {{ apache.service }}