vagrant/plugins
Seth Vargo ff95fc5c1e Only append access_token the first time
This fixes GH-6395 by only appending the access_token once. It also fixes a
bug that was never reported. If a user supplied an access_token for a box URL,
Vagrant would silently overwrite it.

After this commit, Vagrant only appends an access_token to the URL if no
value exists at the key.
2015-11-18 10:44:35 -08:00
..
commands Only append access_token the first time 2015-11-18 10:44:35 -08:00
communicators Merge pull request #4400 from mwrock/ps-cmd 2015-11-18 10:41:36 -08:00
guests Fixes Fedora network issues when biosdevname command is not present. 2015-10-11 23:10:26 +02:00
hosts Merge pull request #4400 from mwrock/ps-cmd 2015-11-18 10:41:36 -08:00
kernel_v1 Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
kernel_v2 kernel/v2: box is optional if clone is set 2015-10-08 12:41:16 -04:00
providers commands/up: automatically install providers 2015-11-05 13:58:15 -08:00
provisioners provisioners/ansible_local: fix a str-to-sym bug 2015-11-12 09:14:35 +01:00
pushes push/local-exec: close temp script, fix inline [GH-5695] 2015-07-06 23:42:07 -06:00
synced_folders update to latest listen 2015-07-09 11:18:36 -06: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.