Module: VagrantBindfs::Vagrant::Capabilities::Gentoo::Fuse
- Defined in:
- lib/vagrant-bindfs/vagrant/capabilities/gentoo/fuse.rb
Overview
:nodoc:
Class Method Summary collapse
Class Method Details
.bindfs_fuse_install(machine) ⇒ Object
9 10 11 12 |
# File 'lib/vagrant-bindfs/vagrant/capabilities/gentoo/fuse.rb', line 9 def bindfs_fuse_install(machine) machine.guest.capability(:bindfs_package_manager_update) machine.communicate.sudo('emerge sys-fs/fuse') end |