mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typos of dependency
This commit is contained in:
parent
3a5e2e3437
commit
8edd2c1add
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ Salt copy copies a local file out to all of the Salt minions matched by the
|
|||
given target.
|
||||
|
||||
Note: salt-cp uses salt's publishing mechanism. This means the privacy of the
|
||||
contents of the file on the wire are completely dependant upon the transport
|
||||
contents of the file on the wire is completely dependent upon the transport
|
||||
in use. In addition, if the salt-master is running with debug logging it is
|
||||
possible that the contents of the file will be logged to disk.
|
||||
|
||||
|
|
|
@ -518,7 +518,7 @@ If a "fallback_function" is defined, it will replace the function instead of rem
|
|||
'''
|
||||
return True
|
||||
|
||||
In addition to global dependancies the depends decorator also supports raw booleans.
|
||||
In addition to global dependencies the depends decorator also supports raw booleans.
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue