mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix spelling mistake of specified
Signed-off-by: Benjamin Drung <benjamin.drung@ionos.com>
This commit is contained in:
parent
3fbe78c3eb
commit
2fac1c0d9a
2 changed files with 2 additions and 2 deletions
|
@ -853,7 +853,7 @@ that does not send executions to minions.
|
|||
Default: False
|
||||
|
||||
When checking the minions connected to a master, also include the master's
|
||||
connections to minions on the port specfied in the setting `remote_minions_port`.
|
||||
connections to minions on the port specified in the setting `remote_minions_port`.
|
||||
This is particularly useful when checking if the master is connected to any Heist-Salt
|
||||
minions. If this setting is set to True, the master will check all connections on port 22
|
||||
by default unless a user also configures a different port with the setting
|
||||
|
|
|
@ -3970,7 +3970,7 @@ def create_folder(kwargs=None, call=None):
|
|||
folder_refs.append(folder_refs[index - 1].CreateFolder(folder_name))
|
||||
|
||||
if path_exists:
|
||||
return {inventory_path: "specfied path already exists"}
|
||||
return {inventory_path: "specified path already exists"}
|
||||
|
||||
return {inventory_path: "created the specified path"}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue