mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
modules.bamboohr: __virtual__ returns error message
This commit is contained in:
parent
a9932d8ff3
commit
bf52d4acdc
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ def __virtual__():
|
|||
'''
|
||||
if _apikey():
|
||||
return True
|
||||
return False
|
||||
return (False, 'The API key was not specified. Please specify it using the "apiKey" attribute.')
|
||||
|
||||
|
||||
def _apikey():
|
||||
|
|
Loading…
Add table
Reference in a new issue