Module: VagrantBindfs::Vagrant::Capabilities::Ubuntu::Fuse
- Defined in:
- lib/vagrant-bindfs/vagrant/capabilities/ubuntu/fuse.rb
Overview
:nodoc:
Class Method Summary collapse
- .bindfs_fuse_load(machine) ⇒ Object
-
.bindfs_fuse_loaded(machine) ⇒ Object
Ubuntu 6.10 and after automatically load fuse.
Class Method Details
.bindfs_fuse_load(machine) ⇒ Object
15 16 17 |
# File 'lib/vagrant-bindfs/vagrant/capabilities/ubuntu/fuse.rb', line 15 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
11 12 13 |
# File 'lib/vagrant-bindfs/vagrant/capabilities/ubuntu/fuse.rb', line 11 def bindfs_fuse_loaded(machine) machine.guest.capability(:bindfs_fuse_installed) end |