From 4003dfc1ff62edc587f83aa54cd9eb3fd0347635 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Mon, 28 Aug 2017 14:50:03 +0400 Subject: Sync os cacert from proxy to salt master JIRA: FUEL-274 Change-Id: I2c8161b24cb18a0d1f9dc6fd509ce18af7ea8cf5 Signed-off-by: Michael Polenchuk --- mcp/patches/0008-Handle-file_recv-option.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 mcp/patches/0008-Handle-file_recv-option.patch (limited to 'mcp/patches/0008-Handle-file_recv-option.patch') diff --git a/mcp/patches/0008-Handle-file_recv-option.patch b/mcp/patches/0008-Handle-file_recv-option.patch new file mode 100644 index 000000000..0c76449f7 --- /dev/null +++ b/mcp/patches/0008-Handle-file_recv-option.patch @@ -0,0 +1,18 @@ +From: Michael Polenchuk +Date: Mon, 28 Aug 2017 16:17:43 +0400 +Subject: [PATCH] Handle file_recv option + + +diff --git a/salt/files/master.conf b/salt/files/master.conf +index 329ae0d..a9d9656 100644 +--- a/salt/files/master.conf ++++ b/salt/files/master.conf +@@ -95,6 +95,8 @@ logstash_zmq_handler: + order_masters: True + {%- endif %} + ++file_recv: {{ master.get('file_recv', False) }} ++ + {#- + vim: syntax=jinja + -#} -- cgit 1.2.3-korg