소스 검색
Merge pull request #210 from louis-haddrell/develop
Replace apache.conf_mod_wsgi if statement syntax (fixes #209)
master
Niels Abspoel
7 년 전
No account linked to committer's email address
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
apache/mod_wsgi.sls
|
|
@@ -9,7 +9,7 @@ mod_wsgi: |
|
|
|
- require: |
|
|
|
- pkg: apache |
|
|
|
|
|
|
|
{% if apache.conf_mod_wsgi %} |
|
|
|
{% if 'conf_mod_wsgi' in apache %} |
|
|
|
{{ apache.conf_mod_wsgi }}: |
|
|
|
file.uncomment: |
|
|
|
- regex: LoadModule |