vagrant/plugins
A.J. Welch 9f0efc19a9 Fix "options are only allowed before install arguments" error.
This reverts feb748f488 and 7cd7077467. `bootstrap_options` is
meant for flag options such as `-D`. This is demonstrated in the
example Vagrantfile from the original plugin:
github.com/saltstack/salty-vagrant/blob/develop/example/complete/Vagrantfile
Flag options must be appended to the options string before install
args such as `install_type` and `install_args`.
2014-02-19 20:24:05 -08:00
..
commands Merge pull request #2948 from gnawhleinad/master 2014-02-10 09:02:32 -08:00
communicators/ssh communicators/ssh: properly allow errors through while waiting 2014-02-13 21:04:41 -08:00
guests more robust coreos checking 2014-02-15 15:50:11 +11:00
hosts hosts/opensuse: start NFS server properly [GH-2923] 2014-02-03 12:18:09 +01:00
kernel_v1 kernel_v1: don't upgrade "max_tries" and "timeout" because they're gone 2013-09-02 09:09:39 -07:00
kernel_v2 kernel/v2: fix error where options could be not hash 2014-02-18 10:41:14 -08:00
providers/virtualbox providers/virtualbox: only clear forwarded ports if there are any 2014-02-13 21:04:56 -08:00
provisioners Fix "options are only allowed before install arguments" error. 2014-02-19 20:24:05 -08:00
synced_folders kernel/v2: default all configs properly, remove config/default.rb 2014-02-05 15:36:35 -08: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.