Skip to content

Commit

Permalink
fix(clean): remove entire apache config directory
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Oct 14, 2020
1 parent 1c2125c commit cac5f35
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions apache/config/clean.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit cac5f35

Please sign in to comment.