Browse Source

Merge pull request #210 from louis-haddrell/develop

Replace apache.conf_mod_wsgi if statement syntax (fixes #209)
master
Niels Abspoel 7 years ago
parent
commit
06e2cee88a
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      apache/mod_wsgi.sls

+ 1
- 1
apache/mod_wsgi.sls 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

Loading…
Cancel
Save