mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
Fix: wsgi.conf file not found
This commit is contained in:
parent
475fb8347e
commit
0b37a14035
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ mod_wsgi:
|
|||
- require:
|
||||
- pkg: apache
|
||||
|
||||
{% if grains.get('os_family') == 'RedHat' %}
|
||||
{% if grains.get('os_family') == 'RedHat' and salt['file.file_exists']('/etc/httpd/conf.d/wsgi.conf') %}
|
||||
/etc/httpd/conf.d/wsgi.conf:
|
||||
file.uncomment:
|
||||
- regex: LoadModule
|
||||
|
|
Loading…
Add table
Reference in a new issue