Kaynağa Gözat

mod_wsgi requires apache

tags/v0.37.4
Seth House 11 yıl önce
ebeveyn
işleme
d0c958dd87
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. +5
    -0
      apache/mod_wsgi.sls

+ 5
- 0
apache/mod_wsgi.sls Dosyayı Görüntüle

@@ -1,9 +1,14 @@
{% from "apache/package-map.jinja" import apache with context %}

include:
- apache

mod_wsgi:
pkg:
- installed
- name: {{ apache.mod_wsgi }}
- require:
- pkg: apache

{% if grains.get('os_family') == 'RedHat' %}
/etc/httpd/conf.d/wsgi.conf:

Yükleniyor…
İptal
Kaydet