vagrant/plugins/provisioners/chef
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 Not an error if cookbooks path is missing 2013-04-10 11:21:18 -07:00
provisioner Fix use of config.ssh.username and reset provisioning path permissions. 2013-04-11 08:05:50 -04:00
plugin.rb Chef uses the new provisioner API 2013-01-13 16:41:32 -08:00