Skip to content

Commit

Permalink
Merge pull request saltstack#40409 from q1x/develop
Browse files Browse the repository at this point in the history
Corrected comment typo
  • Loading branch information
Mike Place authored Mar 30, 2017
2 parents cfffb53 + 3a686d6 commit 2f4b306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/zabbix.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit 2f4b306

Please sign in to comment.