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
diff --git a/salt/files/master.conf b/salt/files/master.conf
index d8952e9..5ee0adb 100644
--- a/salt/files/master.conf
+++ b/salt/files/master.conf
@@ -177,6 +177,8 @@
   {%- endif %}
 {%- endif %}
 
+file_recv: {{ master.get('file_recv', False) }}
+
 {#-
 vim: syntax=jinja
 -#}