Module: VagrantPlugins::VagrantHanewinNfs

Defined in:
lib/vagrant-hanewin-nfs.rb,
lib/vagrant-hanewin-nfs/host.rb,
lib/vagrant-hanewin-nfs/config.rb,
lib/vagrant-hanewin-nfs/plugin.rb,
lib/vagrant-hanewin-nfs/cap/nfs.rb,
lib/vagrant-hanewin-nfs/version.rb,
lib/vagrant-hanewin-nfs/synced_folder.rb,
lib/vagrant-hanewin-nfs/windows_service.rb

Defined Under Namespace

Modules: Cap Classes: Config, Host, Plugin, SyncedFolder, WindowsService

Constant Summary collapse

VERSION =
'1.0.0'

Class Method Summary collapse

Class Method Details

.get_nfs_dirObject



10
11
12
# File 'lib/vagrant-hanewin-nfs.rb', line 10

def self.get_nfs_dir
  Pathname.new("C:/Program Files/nfsd/")
end

.get_nfs_path(file) ⇒ Object



14
15
16
# File 'lib/vagrant-hanewin-nfs.rb', line 14

def self.get_nfs_path(file)
  get_nfs_dir.join(file)
end

.source_rootObject



6
7
8
# File 'lib/vagrant-hanewin-nfs.rb', line 6

def self.source_root
  @source_root ||= Pathname.new(File.expand_path("../../", __FILE__))
end