Replace apache.conf_mod_wsgi if statement syntax (fixes #209)
This commit is contained in:
parent
ab8535cb19
commit
ac071586e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user