This commit is contained in:
C. R. Oldham 2016-02-04 19:51:30 -07:00
parent 3e38b762bf
commit c274c7ef6c
2 changed files with 2 additions and 1 deletions

View file

@ -34,6 +34,7 @@ def __virtual__():
return __virtualname__
return False
def chassis_credentials():
proxyprefix = __opts__['proxy']['proxytype']
(username, password) = __proxy__[proxyprefix+'.find_credentials']()

View file

@ -1365,7 +1365,7 @@ def idrac_general(blade_name, command, idrac_password=None,
if ret['retcode'] == 0:
return ret['stdout']
else
else:
return ret