소스 검색

Merge pull request #131 from arthurlogilab/patch-1

avoid crash if private_key is not shipped in pillar
susefix
Forrest 8 년 전
부모
커밋
9e47729230
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      nginx/ng/certificates.sls

+ 2
- 1
nginx/ng/certificates.sls 파일 보기

@@ -11,6 +11,7 @@ nginx_{{ domain }}_ssl_certificate:
- watch_in:
- service: nginx_service

{% if salt['pillar.get']("nginx:ng:certificates:{}:private_key".format(domain)) %}
nginx_{{ domain }}_ssl_key:
file.managed:
- name: /etc/nginx/ssl/{{ domain }}.key
@@ -19,5 +20,5 @@ nginx_{{ domain }}_ssl_key:
- contents_pillar: nginx:ng:certificates:{{ domain }}:private_key
- watch_in:
- service: nginx_service
{% endif %}
{%- endfor %}

Loading…
취소
저장