소스 검색

Fixed "no service named nginx" chkconfig error.

chkconfig was attempting to remove /etc/init.d/nginx when it did not exist.
susefix
CorwinTanner 10 년 전
부모
커밋
51844f2820
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      nginx/package.sls

+ 1
- 1
nginx/package.sls 파일 보기

@@ -45,7 +45,7 @@ nginx-old-init-disable:
- name: {{ nginx.old_init_disable }}
- require{{ _in }}:
- module: nginx-old-init
- unless: [ ! -f /etc/init.d/nginx ]
- onlyif: [ -f /etc/init.d/nginx ]
{% endif %}

{% if grains.get('os_family') == 'Debian' %}

Loading…
취소
저장