Sha256: 9e28bd7885c1d6353fbf3f3c697a11306d86fad15b07973a24378e0534a945df
Contents?: true
Size: 449 Bytes
Versions: 10
Compression:
Stored size: 449 Bytes
Contents
module VagrantPlugins module ProviderLibvirt module Util module Nfs include Vagrant::Action::Builtin::MixinSyncedFolders # 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. def using_nfs? !!synced_folders(@machine)[:nfs] end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems