Fixed array if there's a problem with user.info

This commit is contained in:
twangboy 2015-10-30 16:49:00 -06:00
parent 4b36cb8b6e
commit bcf7d58dbb

View file

@ -34,7 +34,7 @@ def info(name):
'''
info = __salt__['user.info'](name=name)
ret = {'name': '',
ret = {'name': name,
'passwd': '',
'lstchg': '',
'min': '',