Browse Source

Fix: wsgi.conf file not found

master
Oleksandr Porunov 7 years ago
parent
commit
0b37a14035
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 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

Loading…
Cancel
Save