Explorar el Código

mod_wsgi requires apache

master
Seth House hace 11 años
padre
commit
d0c958dd87
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      apache/mod_wsgi.sls

+ 5
- 0
apache/mod_wsgi.sls Ver fichero

@@ -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:

Cargando…
Cancelar
Guardar