소스 검색

fix(clean): remove entire apache config directory

tags/v1.0.5
noelmcloughlin 4 년 전
부모
커밋
cac5f357a4
1개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. +2
    -5
      apache/config/clean.sls

+ 2
- 5
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 }}

Loading…
취소
저장