document use_sftp

This commit is contained in:
Daniel Wallace 2014-07-22 18:54:48 -05:00
parent 5909a0052e
commit 53bc8f9c3c

View File

@ -28,6 +28,15 @@ This has also been tested to work with pipes, if needed:
script_args: | head
Use SFTP to transfer files
==========================
Some distributions do not have scp distributed with the ssh package. The
solution is to use sftp with the `use_sftp` flag
.. code-block:: yaml
use_sftp: True
Sync After Install
==================
Salt allows users to create custom modules, grains and states which can be