vagrant/plugins/hosts/arch
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
..
cap Detect NFS server by service name on Arch 2016-07-23 13:09:23 +03:00
host.rb convert more hosts: arch and linux 2014-01-07 20:53:39 -08:00
plugin.rb many more hosts converted 2014-01-07 21:11:59 -08:00