소스 검색

Fix wsgi.conf uncomment for RedHat based OS

tags/v0.37.4
Oleksandr Porunov 7 년 전
부모
커밋
c28a1097e3
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      apache/mod_wsgi.sls

+ 2
- 1
apache/mod_wsgi.sls 파일 보기

@@ -9,10 +9,11 @@ mod_wsgi:
- require:
- pkg: apache

{% if grains.get('os_family') == 'RedHat' and salt['file.file_exists']('/etc/httpd/conf.d/wsgi.conf') %}
{% if grains.get('os_family') == 'RedHat' %}
/etc/httpd/conf.d/wsgi.conf:
file.uncomment:
- regex: LoadModule
- onlyif: test -f /etc/httpd/conf.d/wsgi.conf
- require:
- pkg: mod_wsgi
{% endif %}

Loading…
취소
저장