%PDF- %PDF-
Direktori : /usr/lib/python2.7/site-packages/salt/fileserver/ |
Current File : //usr/lib/python2.7/site-packages/salt/fileserver/minionfs.pyo |
� ���^c @@ s d Z d d l m Z m Z m Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l m Z e j e � Z d Z d � Z d � Z d d � Z d � Z d � Z d � Z d � Z d � Z d � Z d S( u� Fileserver backend which serves files pushed to the Master The :mod:`cp.push <salt.modules.cp.push>` function allows Minions to push files up to the Master. Using this backend, these pushed files are exposed to other Minions via the Salt fileserver. To enable minionfs, :conf_master:`file_recv` needs to be set to ``True`` in the master config file (otherwise :mod:`cp.push <salt.modules.cp.push>` will not be allowed to push files to the Master), and ``minionfs`` must be added to the :conf_master:`fileserver_backends` list. .. code-block:: yaml fileserver_backend: - minionfs .. note:: ``minion`` also works here. Prior to the 2018.3.0 release, *only* ``minion`` would work. Other minionfs settings include: :conf_master:`minionfs_whitelist`, :conf_master:`minionfs_blacklist`, :conf_master:`minionfs_mountpoint`, and :conf_master:`minionfs_env`. .. seealso:: :ref:`tutorial-minionfs` i ( t absolute_importt print_functiont unicode_literalsN( t sixu minionfsc C@ s&