Module: VagrantBindfs::Vagrant::Capabilities::Ubuntu::Fuse

Defined in:
lib/vagrant-bindfs/vagrant/capabilities/ubuntu/fuse.rb

Class Method Summary collapse

Class Method Details

.bindfs_fuse_load(machine) ⇒ Object



16
17
18
# File 'lib/vagrant-bindfs/vagrant/capabilities/ubuntu/fuse.rb', line 16

def bindfs_fuse_load(machine)
  machine.guest.capability(:bindfs_fuse_installed)
end

.bindfs_fuse_loaded(machine) ⇒ Object

Ubuntu 6.10 and after automatically load fuse. Just check if it is installed



12
13
14
# File 'lib/vagrant-bindfs/vagrant/capabilities/ubuntu/fuse.rb', line 12

def bindfs_fuse_loaded(machine)
  machine.guest.capability(:bindfs_fuse_installed)
end