Merge "lib.sh: Fix compatibility with bash 4.2" into stable/euphrates
[fuel.git] / mcp / patches / 0008-Handle-file_recv-option.patch
1 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
2 : Copyright (c) 2017 Mirantis Inc., Enea AB and others.
3 :
4 : All rights reserved. This program and the accompanying materials
5 : are made available under the terms of the Apache License, Version 2.0
6 : which accompanies this distribution, and is available at
7 : http://www.apache.org/licenses/LICENSE-2.0
8 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
9 From: Michael Polenchuk <mpolenchuk@mirantis.com>
10 Date: Mon, 28 Aug 2017 16:17:43 +0400
11 Subject: [PATCH] Handle file_recv option
12
13
14 diff --git a/salt/files/master.conf b/salt/files/master.conf
15 index 329ae0d..a9d9656 100644
16 --- a/salt/files/master.conf
17 +++ b/salt/files/master.conf
18 @@ -95,6 +95,8 @@ logstash_zmq_handler:
19  order_masters: True
20  {%- endif %}
21
22 +file_recv: {{ master.get('file_recv', False) }}
23 +
24  {#-
25  vim: syntax=jinja
26  -#}