Merge pull request #31 from domcleal/ssh-user

Don't force username to root, rely on config.ssh.username
This commit is contained in:
Дмитрий Василец 2013-06-15 12:46:34 -07:00
commit 1ba2b9aeb0

View File

@ -45,7 +45,6 @@ module VagrantPlugins
return {
:host => ip_address,
:port => 22,
:username => 'root',
:forward_agent => true,
:forward_x11 => true,
}