vagrant/plugins
Uwe Jäger 3dd03d7efc Make shared folder type smb work for non-english windows
the grant "Everyone,Full" does not work on localized versions of windows, in German it is "Jeder" in Spanish "Todos". Also the net share command returns localized texts, so the -Match does not work for non-english Windows. 

I could not test exactly that version, copied relevant bits from my modified lokal version.
2014-03-17 15:11:45 +01:00
..
commands commands/status: target for machine readable [GH-3218] 2014-03-14 13:05:24 -07:00
communicators/ssh fix timout typo 2014-03-11 17:27:47 +08:00
guests guests/linux: one more time 2014-03-13 09:48:53 -07:00
hosts Fix Linux NFS exports pruning due to bad `sed` expression 2014-03-12 12:25:53 -07:00
kernel_v1 kernel/v1: provisioner upgrade works properly [GH-3092] 2014-03-10 13:44:24 -07:00
kernel_v2 kernel/v2: validate forwarded ports [GH-3187] 2014-03-13 08:32:05 -07:00
providers providers/virtualbox: import progress works on Windows 2014-03-12 20:02:05 -07:00
provisioners provisioners/salt: style nitpicks 2014-03-12 20:04:57 -07:00
synced_folders Make shared folder type smb work for non-english windows 2014-03-17 15:11:45 +01: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.