Browse Source

mod_proxy_http: include mod_proxy in all OSs

tags/v0.37.4
Alexander Weidinger 8 years ago
parent
commit
3f3e734cd7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      apache/mod_proxy_http.sls

+ 2
- 2
apache/mod_proxy_http.sls View File

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


{% if grains['os_family']=="Debian" %}

include: include:
- apache - apache
- apache.mod_proxy - apache.mod_proxy


{% if grains['os_family']=="Debian" %}

a2enmod proxy_http: a2enmod proxy_http:
cmd.run: cmd.run:
- unless: ls /etc/apache2/mods-enabled/proxy_http.load - unless: ls /etc/apache2/mods-enabled/proxy_http.load

Loading…
Cancel
Save