vagrant/plugins
Shawn Dahlen 8afd3f105c Fix use of config.ssh.username and reset provisioning path permissions.
This commit contains two fixes:

- The Chef provisioner was incorrectly referencing config.ssh.username
  instead of machine.ssh_info[:username]. With the new change to default
  ssh configuration, if a user had not set config.ssh.username,
  provisioning would fail.

- The shell provisioner was not appropriately changing permissions to
  the upload path. If a different ssh user attempted to use a shell
  provisioner, provisioning would fail. The same case applied to
  the Chef provisioner -- while permissions were being reset, they
  were not done recursively.
2013-04-11 08:05:50 -04:00
..
commands Get rid of ruby warning from shadowing in SSH command 2013-04-07 22:10:50 -07:00
communicators/ssh Send SSH keep-alive packets [GH-516] 2013-04-07 21:51:14 -07:00
guests FreeBSD and OpenBSD guest detection 2013-04-10 14:15:02 -07:00
hosts When cleaning NFS, properly escape certain characters 2013-02-08 16:18:57 -08:00
kernel_v1 config.ssh.password is not used 2013-03-02 15:47:58 -08:00
kernel_v2 Automatically override forwarded ports if host ports match 2013-04-10 15:37:04 -07:00
providers/virtualbox ssh-config doesn't raise exception when VB machine not created [GH-1562] 2013-04-09 08:47:52 -07:00
provisioners Fix use of config.ssh.username and reset provisioning path permissions. 2013-04-11 08:05:50 -04:00
README.md Add README to plugin directory 2012-04-18 17:48:06 -07:00

README.md

Vagrant Core Plugins

These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.