mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed typos
This commit is contained in:
parent
c7cdd416a2
commit
7c52012e31
1 changed files with 2 additions and 2 deletions
|
@ -56,11 +56,11 @@ def change(name, context=None, changes=None, lens=None, **kwargs):
|
|||
|
||||
context
|
||||
A file path, prefixed by ``/files``. Should resolve to an actual file
|
||||
(not an arbitrary augeus path). This is used to avoid duplicating the
|
||||
(not an arbitrary augeas path). This is used to avoid duplicating the
|
||||
file name for each item in the changes list (for example, ``set bind 0.0.0.0``
|
||||
in the example below operates on the file specified by ``context``). If
|
||||
``context`` is not specified, a file path prefixed by ``/files`` should be
|
||||
icluded with the ``set`` command.
|
||||
included with the ``set`` command.
|
||||
|
||||
The file path is examined to determine if the
|
||||
specified changes are already present.
|
||||
|
|
Loading…
Add table
Reference in a new issue