mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #24868 from thusoy/patch-3
Don't error log missing IFTTT keys
This commit is contained in:
commit
7db3d7e285
1 changed files with 1 additions and 2 deletions
|
@ -29,8 +29,7 @@ def __virtual__():
|
|||
'''
|
||||
if not __salt__['config.get']('ifttt.secret_key') and \
|
||||
not __salt__['config.get']('ifttt:secret_key'):
|
||||
log.error('IFTTT Secret Key Unavailable, not loading.')
|
||||
return False
|
||||
return (False, 'IFTTT Secret Key Unavailable, not loading.')
|
||||
return True
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue