Browse Source

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 years ago
parent
commit
a2bd5e25d7
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      salt/files/master.conf

+ 2
- 0
salt/files/master.conf View File

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

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

{#-
vim: syntax=jinja
-#}

Loading…
Cancel
Save