Replace apache.conf_mod_wsgi if statement syntax (fixes #209)

This commit is contained in:
Louis Haddrell 2018-01-05 13:26:06 +00:00
parent ab8535cb19
commit ac071586e0

View File

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