mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
document use_sftp
This commit is contained in:
parent
5909a0052e
commit
53bc8f9c3c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user