mirror of
https://github.com/inspec/inspec
synced 2024-11-15 01:17:08 +00:00
add aix user support
This commit is contained in:
parent
3b87e385d7
commit
388937e9b4
1 changed files with 4 additions and 0 deletions
|
@ -287,7 +287,11 @@ class AixUser < UnixUser
|
|||
|
||||
user = lsuser.stdout.chomp.split("\n").last.split(':')
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
home: user[1],
|
||||
=======
|
||||
home: user[1],
|
||||
>>>>>>> 581a6d9... add aix user support
|
||||
shell: user[2],
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue