소스 검색

mod_proxy_http: include mod_proxy in all OSs

master
Alexander Weidinger 7 년 전
부모
커밋
3f3e734cd7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      apache/mod_proxy_http.sls

+ 2
- 2
apache/mod_proxy_http.sls 파일 보기

@@ -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…
취소
저장