소스 검색

Merge pull request #210 from louis-haddrell/develop

Replace apache.conf_mod_wsgi if statement syntax (fixes #209)
master
Niels Abspoel 7 년 전
부모
커밋
06e2cee88a
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      apache/mod_wsgi.sls

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

@@ -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…
취소
저장