module VagrantPlugins::ProviderLibvirt::Util::Nfs
Public Instance Methods
Source
# File lib/vagrant-libvirt/util/nfs.rb, line 14 def using_nfs? !!synced_folders(@machine)[:nfs] end
We’re using NFS if we have any synced folder with NFS configured. If we are not using NFS we don’t need to do the extra work to populate these fields in the environment.