vagrant/plugins
Shawn Neal 045e06455a Added WinRM elevated shell wrapper script
This script creates an immediately run scheduled task using fresh credentials. This is a generic implementation used by the Chef provisioners. The script gets around several limitations in WinRM.

1. Credential hopping
2. The non-default Administrator account sometimes doesn't have true Administrator access when run through WinRM even with UAC disabled.

In short, this script allows commands to run through WinRM just as if they were run directly on the box.
2014-04-26 21:07:26 -07:00
..
commands core: add Vagrant.latest_version 2014-04-24 20:09:32 -07:00
communicators Added WinRM elevated shell wrapper script 2014-04-26 21:07:26 -07:00
guests Cleaner DHCP detection for Windows guests 2014-04-22 13:28:51 -07:00
hosts hosts/darwin: use a temp dir since Tempfile is deleted right away 2014-04-21 13:56:43 -07:00
kernel_v1 kernel/v1: provisioner upgrade works properly [GH-3092] 2014-03-10 13:44:24 -07:00
kernel_v2 kernel/v2: make sure communicator is a symbol 2014-04-21 13:56:41 -07:00
providers providers/docker: doesn't support NFS if b2d [GH-3510] 2014-04-21 20:38:10 -07:00
provisioners provisioners/ansible: Don't run with two --limits 2014-04-26 11:55:59 +02:00
synced_folders synced_folders/rsync: add UserKnownHostsFile to /dev/null [GH-3511] 2014-04-21 20:39:48 -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.