Browse Source

mod_wsgi requires apache

tags/v0.37.4
Seth House 11 years ago
parent
commit
d0c958dd87
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      apache/mod_wsgi.sls

+ 5
- 0
apache/mod_wsgi.sls View File

{% from "apache/package-map.jinja" import apache with context %} {% from "apache/package-map.jinja" import apache with context %}


include:
- apache

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


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

Loading…
Cancel
Save