Browse Source
Merge pull request #210 from louis-haddrell/develop
Replace apache.conf_mod_wsgi if statement syntax (fixes #209)
master
Niels Abspoel
7 years ago
No account linked to committer's email address
1 changed files with
1 additions and
1 deletions
-
apache/mod_wsgi.sls
|
|
|
|
|
|
|
|
- require: |
|
|
- require: |
|
|
- pkg: apache |
|
|
- pkg: apache |
|
|
|
|
|
|
|
|
{% if apache.conf_mod_wsgi %} |
|
|
|
|
|
|
|
|
{% if 'conf_mod_wsgi' in apache %} |
|
|
{{ apache.conf_mod_wsgi }}: |
|
|
{{ apache.conf_mod_wsgi }}: |
|
|
file.uncomment: |
|
|
file.uncomment: |
|
|
- regex: LoadModule |
|
|
- regex: LoadModule |