mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove error logging of missing victorops keys
Similar to https://github.com/saltstack/salt/pull/24868
This commit is contained in:
parent
718c874fdd
commit
3a8ad1ea97
1 changed files with 1 additions and 2 deletions
|
@ -34,8 +34,7 @@ def __virtual__():
|
|||
'''
|
||||
if not __salt__['config.get']('victorops.api_key') and \
|
||||
not __salt__['config.get']('victorops:api_key'):
|
||||
log.error(_api_key_missing_error)
|
||||
return False
|
||||
return (False, _api_key_missing_error)
|
||||
return True
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue