vagrant/plugins/provisioners/shell
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
..
config.rb Invalid configuration keys are caught and shown in user friendly way 2013-04-03 16:18:37 -07:00
plugin.rb New provisioner API. Shell provisioner adheres to it. 2013-01-13 15:48:52 -08:00
provisioner.rb Fix use of config.ssh.username and reset provisioning path permissions. 2013-04-11 08:05:50 -04:00