瀏覽代碼
Merge pull request #210 from louis-haddrell/develop
Replace apache.conf_mod_wsgi if statement syntax (fixes #209)
tags/v0.37.4
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 |