소스 검색

Fix in config.sls with the new naming for source_path

master
David Seira 7 년 전
부모
커밋
60b5c732d7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      nginx/ng/config.sls

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

@@ -13,7 +13,7 @@ nginx_log_dir:
{% endif %}

{% if 'source_path' in nginx.server.config %}
{% set source_path = nginx.server.config.source %}
{% set source_path = nginx.server.config.source_path %}
{% else %}
{% set source_path = 'salt://nginx/ng/files/nginx.conf' %}
{% endif %}

Loading…
취소
저장