Merge "Add & fix licensing in README.rst files, align ext"
[fuel.git] / mcp / patches / 0008-Handle-file_recv-option.patch
1 From: Michael Polenchuk <mpolenchuk@mirantis.com>
2 Date: Mon, 28 Aug 2017 16:17:43 +0400
3 Subject: [PATCH] Handle file_recv option
4
5
6 diff --git a/salt/files/master.conf b/salt/files/master.conf
7 index 329ae0d..a9d9656 100644
8 --- a/salt/files/master.conf
9 +++ b/salt/files/master.conf
10 @@ -95,6 +95,8 @@ logstash_zmq_handler:
11  order_masters: True
12  {%- endif %}
13
14 +file_recv: {{ master.get('file_recv', False) }}
15 +
16  {#-
17  vim: syntax=jinja
18  -#}