mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
doc: fix typo with salt.states.file: s/preseve/preserve/
This commit is contained in:
parent
69081d00e0
commit
eaf27d6ee7
2 changed files with 2 additions and 2 deletions
|
@ -190846,7 +190846,7 @@ New in version 2015.5.0.
|
|||
|
||||
.sp
|
||||
Set \fBpreserve: True\fP to preserve user/group ownership and mode
|
||||
after copying. Default is \fBFalse\fP\&. If \fBpreseve\fP is set to \fBTrue\fP,
|
||||
after copying. Default is \fBFalse\fP\&. If \fBpreserve\fP is set to \fBTrue\fP,
|
||||
then user/group/mode attributes will be ignored.
|
||||
.TP
|
||||
.B user
|
||||
|
|
|
@ -3716,7 +3716,7 @@ def copy(
|
|||
.. versionadded:: 2015.5.0
|
||||
|
||||
Set ``preserve: True`` to preserve user/group ownership and mode
|
||||
after copying. Default is ``False``. If ``preseve`` is set to ``True``,
|
||||
after copying. Default is ``False``. If ``preserve`` is set to ``True``,
|
||||
then user/group/mode attributes will be ignored.
|
||||
|
||||
user
|
||||
|
|
Loading…
Add table
Reference in a new issue