Module: VagrantBindfs::Vagrant::Capabilities::RedHat::Fuse
- Defined in:
- lib/vagrant-bindfs/vagrant/capabilities/redhat/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/redhat/fuse.rb', line 9 def bindfs_fuse_install(machine) machine.guest.capability(:bindfs_package_manager_update) machine.communicate.sudo('yum -y install fuse3') end |