mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Spelling error in state module
This commit is contained in:
parent
df0dfc4638
commit
f922152bfc
@ -18,7 +18,7 @@ The mysql_user module is used to manage MySQL users.
|
||||
|
||||
def __virtual__():
|
||||
'''
|
||||
Olny load if the mysql module is in __salt__
|
||||
Only load if the mysql module is in __salt__
|
||||
'''
|
||||
return 'mysql_user' if 'mysql.user_create' in __salt__ else False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user