瀏覽代碼

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…
取消
儲存