Update proxysql_manage_config.py (#47613)
Incorrect example - wrong module used (proxysql_global_variables instead of proxysql_manage_config) +label: docsite_pr
This commit is contained in:
parent
4906be1009
commit
04dd21dabb
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ EXAMPLES = '''
|
|||
# This example saves the mysql users config from memory to disk. It uses
|
||||
# supplied credentials to connect to the proxysql admin interface.
|
||||
|
||||
- proxysql_global_variables:
|
||||
- proxysql_manage_config:
|
||||
login_user: 'admin'
|
||||
login_password: 'admin'
|
||||
action: "SAVE"
|
||||
|
@ -72,7 +72,7 @@ EXAMPLES = '''
|
|||
# This example loads the mysql query rules config from memory to to runtime. It
|
||||
# uses supplied credentials to connect to the proxysql admin interface.
|
||||
|
||||
- proxysql_global_variables:
|
||||
- proxysql_manage_config:
|
||||
config_file: '~/proxysql.cnf'
|
||||
action: "LOAD"
|
||||
config_settings: "MYSQL QUERY RULES"
|
||||
|
|
Loading…
Reference in a new issue