mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
simple doc updates
This commit is contained in:
parent
781fe13be7
commit
e6a9563d47
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
'''
|
||||
Subversion Fileserver Backend
|
||||
|
||||
After enabling this backend, branches, and tags in a remote subversion
|
||||
After enabling this backend, branches and tags in a remote subversion
|
||||
repository are exposed to salt as different environments. To enable this
|
||||
backend, add ``svn`` to the :conf_master:`fileserver_backend` option in the
|
||||
Master config file.
|
||||
|
@ -694,7 +694,7 @@ def file_hash(load, fnd):
|
|||
|
||||
def _file_lists(load, form):
|
||||
'''
|
||||
Return a dict containing the file lists for files, dirs, emtydirs and symlinks
|
||||
Return a dict containing the file lists for files, dirs, emptydirs and symlinks
|
||||
'''
|
||||
if 'env' in load:
|
||||
salt.utils.warn_until(
|
||||
|
|
Loading…
Add table
Reference in a new issue