Sha256: 9fa60539dec5fba11716f5bbd92d570d033a6038ffa97798f358cd55354bdf46
Contents?: true
Size: 535 Bytes
Versions: 19
Compression:
Stored size: 535 Bytes
Contents
# frozen_string_literal: true require 'vagrant/action/builtin/mixin_synced_folders' 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
19 entries across 19 versions & 1 rubygems