Explorar el Código

Add mod_xsenfile (Debian)

master
kadogo hace 7 años
padre
commit
7495b5fdd8
Se han modificado 1 ficheros con 24 adiciones y 0 borrados
  1. +24
    -0
      apache/mod_xsendfile.sls

+ 24
- 0
apache/mod_xsendfile.sls Ver fichero

@@ -0,0 +1,24 @@
{% from "apache/map.jinja" import apache with context %}

include:
- apache

mod-xsendfile:
pkg.installed:
- name: {{ apache.mod_xsendfile }}
- order: 180
- require:
- pkg: apache

{% if grains['os_family']=="Debian" %}
a2enmod xsendfile:
cmd.run:
- order: 225
- unless: ls /etc/apache2/mods-enabled/xsendfile.load
- require:
- pkg: mod-xsendfile
- watch_in:
- module: apache-restart

{% endif %}


Cargando…
Cancelar
Guardar