Ver código fonte

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 anos atrás
pai
commit
a2bd5e25d7
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      salt/files/master.conf

+ 2
- 0
salt/files/master.conf Ver arquivo

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

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

{#-
vim: syntax=jinja
-#}

Carregando…
Cancelar
Salvar