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.