vagrant/plugins
Chris Roberts e7b5c443f8
Merge pull request #13625 from chrisroberts/rhel-networks
Update RHEL guest networking
2025-03-20 09:07:30 -07:00
..
commands Remove vagrant-go implementation 2025-03-17 14:14:42 -07:00
communicators Catch IO::Timeout when waiting for communicator 2025-03-12 16:21:06 -07:00
guests Update RHEL guest networking 2025-03-19 17:42:11 -07:00
hosts Use ISO 9660 format in create_iso under darwin 2024-12-29 23:49:30 +08:00
kernel_v1 add missing license headers and update copyright file headers to BUS-1.1 2023-08-10 21:53:25 +01:00
kernel_v2 Use helper for require calls 2024-11-06 17:33:00 -08:00
providers Merge pull request #13587 from betalb/vbox-virtio-scsi-controller 2025-03-20 08:17:02 -07:00
provisioners Use helper for require calls 2024-11-06 17:33:00 -08:00
pushes Remove vagrant-go implementation 2025-03-17 14:14:42 -07:00
synced_folders Use helper for require calls 2024-11-06 17:33:00 -08:00
README.md Return a result from an up action 2022-04-25 12:23:51 -05:00

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.

Generate proto

grpc_tools_ruby_protoc -I . --ruby_out=gen/plugin --grpc_out=gen/plugin ./plugin_server.proto