mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
mod_proxy_http: include mod_proxy in all OSs
This commit is contained in:
parent
68ca8eb9de
commit
3f3e734cd7
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{% from "apache/map.jinja" import apache with context %}
|
||||
|
||||
{% if grains['os_family']=="Debian" %}
|
||||
|
||||
include:
|
||||
- apache
|
||||
- apache.mod_proxy
|
||||
|
||||
{% if grains['os_family']=="Debian" %}
|
||||
|
||||
a2enmod proxy_http:
|
||||
cmd.run:
|
||||
- unless: ls /etc/apache2/mods-enabled/proxy_http.load
|
||||
|
|
Loading…
Add table
Reference in a new issue