mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
Replace apache.conf_mod_wsgi if statement syntax (fixes #209)
This commit is contained in:
parent
ab8535cb19
commit
ac071586e0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue