소스 검색

Add '-f' option to a2dismod to fix hanging minions for some modules (#143)

tags/v0.37.4
mschiff 8 년 전
부모
커밋
33170b1dce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      apache/modules.sls

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

@@ -15,7 +15,7 @@ a2enmod {{ module }}:
{% endfor %}

{% for module in salt['pillar.get']('apache:modules:disabled', []) %}
a2dismod {{ module }}:
a2dismod -f {{ module }}:
cmd.run:
- onlyif: ls /etc/apache2/mods-enabled/{{ module }}.load
- order: 225

Loading…
취소
저장