mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
virtual returning none warning fixed in dev but missed in 2015.5
This commit is contained in:
parent
b8589532d1
commit
8750680d9e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ def __virtual__():
|
|||
'''
|
||||
if not HAS_REQUESTS:
|
||||
return False
|
||||
|
||||
return "serverdensity_device"
|
||||
|
||||
def get_sd_auth(val, sd_auth_pillar_name='serverdensity'):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue