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:
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user