mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
simple typo found in docs
This commit is contained in:
parent
53edd05f78
commit
2cf4e35994
2 changed files with 2 additions and 2 deletions
|
@ -32166,7 +32166,7 @@ Usage:
|
|||
.INDENT 0.0
|
||||
.TP
|
||||
.B salt.states.file.recurse(name, source, clean=False, require=None, user=None, group=None, dir_mode=None, file_mode=None, template=None, context=None, defaults=None, env=None, include_empty=False, backup=\(aq\(aq, include_pat=None, exclude_pat=None, **kwargs)
|
||||
Recurse through a subdirectory on the master and copy said subdirecory
|
||||
Recurse through a subdirectory on the master and copy said subdirectory
|
||||
over to the specified path.
|
||||
.INDENT 7.0
|
||||
.TP
|
||||
|
|
|
@ -978,7 +978,7 @@ def recurse(name,
|
|||
exclude_pat=None,
|
||||
**kwargs):
|
||||
'''
|
||||
Recurse through a subdirectory on the master and copy said subdirecory
|
||||
Recurse through a subdirectory on the master and copy said subdirectory
|
||||
over to the specified path.
|
||||
|
||||
name
|
||||
|
|
Loading…
Add table
Reference in a new issue