From cac5f357a47d1bdd40371aca97181b490430c158 Mon Sep 17 00:00:00 2001 From: noelmcloughlin Date: Sat, 10 Oct 2020 16:17:17 +0100 Subject: [PATCH] fix(clean): remove entire apache config directory --- apache/config/clean.sls | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/apache/config/clean.sls b/apache/config/clean.sls index 8644dee..7acf881 100644 --- a/apache/config/clean.sls +++ b/apache/config/clean.sls @@ -15,12 +15,9 @@ apache-config-clean-file-absent: - {{ apache.config }} - {{ apache.logdir }} - {{ apache.vhostdir }} - - /etc/apache2/envvars # apache.portsfile - - /etc/apache2/global.conf - - /etc/httpd/conf.modules.d - - /etc/httpd/sites-enabled - - /etc/httpd/var + - /etc/apache2 + - /etc/httpd - {{ apache.confdir }}/server-status{{ apache.confext }} - require: - sls: {{ sls_service_clean }}