vagrant/plugins
Timothy Sutton 300d151608 Darwin guest: mount_vmware_shared_folder cap for use with vmware_fusion provider
- It's not clear whether it's possible to mount individual shares
  using 'mount -t vmhgfs', as the vagrant-vmware-fusion provider now does
  for Linux guests. Any mount from '.host', even if not a valid share
  name, succeeds and mounts _all_ shares in their respective directories
  at the root of the mountpoint. Instead, we symlink each directory from
  its place in '/Volumes/VMware Shared Folders'
2013-08-06 10:17:12 -04:00
..
commands [status command print formatting] 2013-06-05 14:10:24 +02:00
communicators/ssh Raise a proper SSH error on EHOSTUNREACH 2013-07-09 14:35:07 +02:00
guests Darwin guest: mount_vmware_shared_folder cap for use with vmware_fusion provider 2013-08-06 10:17:12 -04:00
hosts Support Fedora when it was "Fedora Core" 2013-07-09 15:47:49 -05:00
kernel_v1 Allow network names to be strings in V1 config 2013-05-01 21:29:28 -07:00
kernel_v2 Validate an IP is given for a private network [GH-1788] 2013-06-09 13:46:46 -07:00
providers/virtualbox Bind default SSH to 127.0.0.1 [GH-1785] 2013-06-09 15:15:59 -07:00
provisioners Puppet provisioner supports hiera by specifying hiera_config_path 2013-05-01 18:44:36 -07: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.