Merge pull request #286 from noelmcloughlin/clean

fix(clean): remove entire apache config directory
This commit is contained in:
N 2020-10-14 20:42:27 +01:00 committed by GitHub
commit ef06f5c518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,12 +15,9 @@ apache-config-clean-file-absent:
- {{ apache.config }} - {{ apache.config }}
- {{ apache.logdir }} - {{ apache.logdir }}
- {{ apache.vhostdir }} - {{ apache.vhostdir }}
- /etc/apache2/envvars
# apache.portsfile # apache.portsfile
- /etc/apache2/global.conf - /etc/apache2
- /etc/httpd/conf.modules.d - /etc/httpd
- /etc/httpd/sites-enabled
- /etc/httpd/var
- {{ apache.confdir }}/server-status{{ apache.confext }} - {{ apache.confdir }}/server-status{{ apache.confext }}
- require: - require:
- sls: {{ sls_service_clean }} - sls: {{ sls_service_clean }}