ソースを参照

No longer implicitly delete files ending in ".default", if you want to delete those, name them in the pillar.

tags/v0.55.0
Ross Perkins 10年前
コミット
5531662527
1個のファイルの変更0行の追加5行の削除
  1. +0
    -5
      nginx/source.sls

+ 0
- 5
nginx/source.sls ファイルの表示

@@ -240,11 +240,6 @@ nginx:
- absent
watch:
- cmd: nginx
{{ conf_dir }}/{{ file }}.default:
file:
- absent
watch:
- cmd: nginx
{% endfor %}

{% for file in nginx.get('delete_htdocs', []) %}

読み込み中…
キャンセル
保存