Browse Source

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

master
Louis Haddrell 7 years ago
parent
commit
ac071586e0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      apache/mod_wsgi.sls

+ 1
- 1
apache/mod_wsgi.sls View File

- 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…
Cancel
Save