Skip to content

Commit

Permalink
Merge remote-tracking branch 'forge/2.2.x' into 2.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Rousse authored and Guillaume Rousse committed Apr 5, 2012
2 parents 8927940 + 2857509 commit 0c4292b
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -28,12 +28,9 @@ sub doInventory {

my $command = "VBoxManage -nologo list --long vms";

my $owner = getpwuid($REAL_USER_ID)->name();

foreach my $machine (_parseVBoxManage(
logger => $logger, command => $command
)) {
$machine->{OWNER} = $owner;
$inventory->addEntry(
section => 'VIRTUALMACHINES', entry => $machine
);
Expand Down

0 comments on commit 0c4292b

Please sign in to comment.