laravel / framework

The Laravel Framework.
https://laravel.com
MIT License
32.66k stars 11.04k forks source link

[Envoy] A tasks user is not being used with ParallelSSH #16529

Closed bretrzaun closed 8 years ago

bretrzaun commented 8 years ago

Description:

When setting the username in a Task it is not being used when executing that task.

Steps To Reproduce:

$task = new Laravel\Envoy\Task($nodes, $username, $cmd, true);
$ssh = new Laravel\Envoy\ParallelSSH();
$ssh->run($task);
GrahamCampbell commented 8 years ago

This issue tracker is for the framework only, sorry.