vagrant/plugins
Alexander Kurilo 73cc633b02
Detect NFS server by service name on Arch
Fixes #7629.
nfs-server.service seems to load kernel modules it needs itself, while nfsd appears in `/proc/filesystems` only after the kernel module has been loaded, so vagrant fails to detect NFS server until it's started first time after the system has booted. This checks if the NFS service actually exists and hopes that it'll figure the stuff out itself.

`list-unit-files` is utilized rather than `list-units` because systemd seems to not list units that are disabled: https://lists.fedoraproject.org/pipermail/devel/2011-November/159117.html
2016-07-23 13:09:23 +03:00
..
commands Fix operation name in help message 2016-06-08 15:05:09 +03:00
communicators Remove custom tempfile class 2016-05-30 23:21:47 -04:00
guests s/bsd/linux/ 2016-07-19 11:45:03 -06:00
hosts Detect NFS server by service name on Arch 2016-07-23 13:09:23 +03:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 core: Provide a way to globally disable box update checking 2016-06-18 14:46:46 -04:00
providers Add VirtualBox 5.1 driver 2016-07-13 15:34:25 +03:00
provisioners provisioners/ansible: honor galaxy_roles_path when running ansible-playbook 2016-06-11 07:28:05 +02:00
pushes Use a hash for directory lookups 2016-03-17 20:48:08 -05:00
synced_folders Ensure space after last arg 2016-07-18 23:39:08 -04: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.