mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo: s/mimion/minion/
This commit is contained in:
parent
2d4215e507
commit
009d2354fe
2 changed files with 2 additions and 2 deletions
|
@ -16057,7 +16057,7 @@ salt \e* mysql.free_slave
|
|||
.INDENT 0.0
|
||||
.TP
|
||||
.B salt.modules.mysql.get_master_status()
|
||||
Retrieves the master status from the mimion.
|
||||
Retrieves the master status from the minion.
|
||||
.INDENT 7.0
|
||||
.TP
|
||||
.B Returns:
|
||||
|
|
|
@ -903,7 +903,7 @@ def __do_query_into_hash(conn, sql_str):
|
|||
|
||||
def get_master_status():
|
||||
'''
|
||||
Retrieves the master status from the mimion.
|
||||
Retrieves the master status from the minion.
|
||||
|
||||
Returns:
|
||||
{'host.domain.com': {'Binlog_Do_DB': '',
|
||||
|
|
Loading…
Add table
Reference in a new issue