Bläddra i källkod
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 år sedan
förälder
incheckning
06e2cee88a
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med
1 tillägg och
1 borttagningar
-
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 |