소스 검색

Removed duplicate service enabling code. "service -> enable: True" does this already, you don't need to explicitly call update-rc.d

susefix
Ross Perkins 10 년 전
부모
커밋
12f9ffdc1f
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. +0
    -6
      nginx/sysvinit.sls

+ 0
- 6
nginx/sysvinit.sls 파일 보기

@@ -28,12 +28,6 @@ nginx-logger-{{ log_type }}:
- file: nginx-logger-{{ log_type }}
- require_in:
- service: nginx
# Not supported in os_family other than Debian
{% if grains['os_family'] == 'Debian' %}
cmd:
- wait
- name: /usr/sbin/update-rc.d nginx-logger-{{ log_type }} defaults
{% endif %}
{% endfor %}

/etc/logrotate.d/nginx:

Loading…
취소
저장