소스 검색

setting the correct parameter values for watch_in

master
Arnold Bechtoldt 11 년 전
부모
커밋
d60aca39cb
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      apache/mod_proxy.sls
  2. +1
    -1
      apache/mod_proxy_http.sls

+ 1
- 1
apache/mod_proxy.sls 파일 보기

@@ -11,6 +11,6 @@ a2enmod proxy:
- require:
- pkg: apache
- watch_in:
- cmd: apache-restart
- module: apache-restart

{% endif %}

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

@@ -13,6 +13,6 @@ a2enmod proxy_http:
- pkg: apache
- cmd: a2enmod proxy
- watch_in:
- cmd: apache-restart
- module: apache-restart

{% endif %}

Loading…
취소
저장