mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed array if there's a problem with user.info
This commit is contained in:
parent
4b36cb8b6e
commit
bcf7d58dbb
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ def info(name):
|
|||
'''
|
||||
info = __salt__['user.info'](name=name)
|
||||
|
||||
ret = {'name': '',
|
||||
ret = {'name': name,
|
||||
'passwd': '',
|
||||
'lstchg': '',
|
||||
'min': '',
|
||||
|
|
Loading…
Add table
Reference in a new issue