Merge pull request #210 from louis-haddrell/develop

Replace apache.conf_mod_wsgi if statement syntax (fixes #209)
This commit is contained in:
Niels Abspoel 2018-01-05 15:32:58 +01:00 committed by GitHub
commit 06e2cee88a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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