Sha256: 3ab9f6e3e1d115f8d96c83c97e5f842c115e40aafeb8f8e6cb446604d9407147
Contents?: true
Size: 450 Bytes
Versions: 12
Compression:
Stored size: 450 Bytes
Contents
require "vagrant" module VagrantPlugins module SyncedFolderNFSGuest class Plugin < Vagrant.plugin("2") name "BSD host" description "BSD host support." host_capability("bsd", "nfs_mount") do require_relative "cap/mount_nfs" HostBSD::Cap::MountNFS end host_capability("bsd", "nfs_unmount") do require_relative "cap/unmount_nfs" HostBSD::Cap::UnmountNFS end end end end
Version data entries
12 entries across 12 versions & 2 rubygems