Fix: wsgi.conf file not found

This commit is contained in:
Oleksandr Porunov 2017-03-28 17:53:50 +03:00 committed by Alexander Weidinger
parent 475fb8347e
commit 0b37a14035

View File

@ -9,7 +9,7 @@ mod_wsgi:
- require: - require:
- pkg: apache - 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: /etc/httpd/conf.d/wsgi.conf:
file.uncomment: file.uncomment:
- regex: LoadModule - regex: LoadModule