ソースを参照

Handle file_recv option

Handle this option to allow/deny a minion to push
a file up to the master server (disabled by default).

Change-Id: I08f9bfedbc5356442c314992326dd206484e34ab
pull/70/merge
Michael Polenchuk 7年前
コミット
a2bd5e25d7
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      salt/files/master.conf

+ 2
- 0
salt/files/master.conf ファイルの表示

@@ -177,6 +177,8 @@ nacl.config:
{%- endif %}
{%- endif %}

file_recv: {{ master.get('file_recv', False) }}

{#-
vim: syntax=jinja
-#}

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