vagrant/test/unit/plugins
Chris Roberts eee6fefd67
Add a :none communicator
Adds a communicator which does not provide communication to the
guest machine. All methods for the communicator are simply stubbed
with a successful result. This allows a guest to be configured
with the `:none` communicator and Vagrant to properly `up` it.

This currently lacks any user notification or guards within
configuration to verify guest configuration does not rely on
the communicator. It is wrapped as experimental to allow early
access to the basic functionality without making it generally
available.
2025-04-22 15:50:36 -07:00
..
commands Remove vagrant-go implementation 2025-03-17 14:14:42 -07:00
communicators Add a :none communicator 2025-04-22 15:50:36 -07:00
guests Fix arch guest networking setup 2025-04-08 08:56:26 -07:00
hosts Update amazonlinux guest network configuration 2025-03-20 14:20:34 -07:00
kernel_v2/config Provide configurable retries for connect on SSH communicator 2025-03-20 17:44:47 -07:00
providers Merge pull request #13644 from chrisroberts/vbox-hostonly-iface 2025-04-08 17:20:25 -07:00
provisioners Include test for double digit ansible version 2024-10-30 12:52:56 -07:00
pushes Remove vagrant-go implementation 2025-03-17 14:14:42 -07:00
synced_folders Remove nofail option from smb synced folder mount options 2025-04-08 15:46:01 -07:00