Browse Source

fix(clean): remove entire apache config directory

tags/v1.0.5
noelmcloughlin 4 years ago
parent
commit
cac5f357a4
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      apache/config/clean.sls

+ 2
- 5
apache/config/clean.sls View File

- {{ apache.config }} - {{ apache.config }}
- {{ apache.logdir }} - {{ apache.logdir }}
- {{ apache.vhostdir }} - {{ apache.vhostdir }}
- /etc/apache2/envvars
# apache.portsfile # 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 }} - {{ apache.confdir }}/server-status{{ apache.confext }}
- require: - require:
- sls: {{ sls_service_clean }} - sls: {{ sls_service_clean }}

Loading…
Cancel
Save