add aix user support

This commit is contained in:
Jeremy W. Chalfant 2015-12-18 18:45:26 -06:00 committed by Christoph Hartmann
parent b167854c18
commit fbe79d1bc4

View file

@ -287,7 +287,7 @@ class AixUser < UnixUser
user = lsuser.stdout.chomp.split("\n").last.split(':')
{
home: user[1],
home: user[1],
shell: user[2],
}
end