Module: VagrantPlugins::SyncedFolderNFSGuest
- Defined in:
- lib/vagrant-nfs_guest_vbfix.rb,
lib/vagrant-nfs_guest_vbfix/config.rb,
lib/vagrant-nfs_guest_vbfix/errors.rb,
lib/vagrant-nfs_guest_vbfix/plugin.rb,
lib/vagrant-nfs_guest_vbfix/version.rb,
lib/vagrant-nfs_guest_vbfix/synced_folder.rb,
lib/vagrant-nfs_guest_vbfix/action/mount_nfs.rb,
lib/vagrant-nfs_guest_vbfix/hosts/bsd/plugin.rb,
lib/vagrant-nfs_guest_vbfix/action/unmount_nfs.rb,
lib/vagrant-nfs_guest_vbfix/hosts/linux/plugin.rb,
lib/vagrant-nfs_guest_vbfix/guests/linux/plugin.rb,
lib/vagrant-nfs_guest_vbfix/guests/debian/plugin.rb,
lib/vagrant-nfs_guest_vbfix/guests/redhat/plugin.rb,
lib/vagrant-nfs_guest_vbfix/guests/ubuntu/plugin.rb,
lib/vagrant-nfs_guest_vbfix/hosts/bsd/cap/mount_nfs.rb,
lib/vagrant-nfs_guest_vbfix/providers/docker/plugin.rb,
lib/vagrant-nfs_guest_vbfix/hosts/bsd/cap/unmount_nfs.rb,
lib/vagrant-nfs_guest_vbfix/hosts/linux/cap/mount_nfs.rb,
lib/vagrant-nfs_guest_vbfix/providers/parallels/plugin.rb,
lib/vagrant-nfs_guest_vbfix/guests/linux/cap/nfs_server.rb,
lib/vagrant-nfs_guest_vbfix/hosts/linux/cap/unmount_nfs.rb,
lib/vagrant-nfs_guest_vbfix/providers/virtualbox/plugin.rb,
lib/vagrant-nfs_guest_vbfix/guests/debian/cap/nfs_server.rb,
lib/vagrant-nfs_guest_vbfix/guests/redhat/cap/nfs_server.rb,
lib/vagrant-nfs_guest_vbfix/guests/ubuntu/cap/nfs_server.rb,
lib/vagrant-nfs_guest_vbfix/guests/linux/cap/read_user_ids.rb,
lib/vagrant-nfs_guest_vbfix/providers/docker/cap/nfs_settings.rb,
lib/vagrant-nfs_guest_vbfix/providers/parallels/cap/nfs_settings.rb,
lib/vagrant-nfs_guest_vbfix/providers/virtualbox/cap/nfs_settings.rb
Defined Under Namespace
Modules: Action, Errors, GuestDebian, GuestLinux, GuestRedHat, GuestUbuntu, HostBSD, HostLinux, ProviderDocker, ProviderParallels, ProviderVirtualBox Classes: Config, Plugin, SyncedFolder
Constant Summary collapse
- VERSION =
"0.1.10"
Class Method Summary collapse
-
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
Class Method Details
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
13 14 15 |
# File 'lib/vagrant-nfs_guest_vbfix.rb', line 13 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |