mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Corrected comment typo
This commit is contained in:
parent
a679eee9c4
commit
3a686d6d92
@ -680,7 +680,7 @@ def usergroup_exists(name=None, node=None, nodeids=None, **connection_args):
|
||||
name = ''
|
||||
ret = usergroup_get(name, None, **connection_args)
|
||||
return bool(ret)
|
||||
# zabbix 2.4 nad earlier
|
||||
# zabbix 2.4 and earlier
|
||||
else:
|
||||
method = 'usergroup.exists'
|
||||
params = {}
|
||||
|
Loading…
Reference in New Issue
Block a user