소스 검색

Changing Nginx NG to Check for Certificates

Still getting an error message when attempting to apply Nginx.NG
master
Nate Bohman 5 년 전
부모
커밋
203532c122
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      nginx/ng/certificates.sls

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

@@ -30,6 +30,7 @@ generate_nginx_dhparam_{{ dh_param }}_key:
{%- endif %}
{%- endfor %}

{% if salt['pillar.get']('nginx:ng:certificates') is defined and salt['pillar.get']('nginx:ng:certificates') %}
{%- for domain in salt['pillar.get']('nginx:ng:certificates', {}).keys() %}

nginx_{{ domain }}_ssl_certificate:
@@ -51,3 +52,4 @@ nginx_{{ domain }}_ssl_key:
- service: nginx_service
{% endif %}
{%- endfor %}
{% endif %}

Loading…
취소
저장