mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #28293 from cachedout/fix_28271
Minor grammar changes
This commit is contained in:
commit
788e1463d8
1 changed files with 4 additions and 5 deletions
|
@ -9,14 +9,13 @@ Propagating Files
|
|||
|
||||
.. versionadded:: 2014.1.0
|
||||
|
||||
Sometimes, you might need to propagate files that are generated on a minion.
|
||||
Sometimes, one might need to propagate files that are generated on a minion.
|
||||
Salt already has a feature to send files from a minion to the master.
|
||||
|
||||
Enabling File Propation
|
||||
=======================
|
||||
Enabling File Propagation
|
||||
=========================
|
||||
|
||||
To use the propagate, update the following in the master config.
|
||||
The :conf_master:`file_recv` option needs to be set to true.
|
||||
To enable propagation, the :conf_master:`file_recv` option needs to be set to ``True``.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue