Class: VagrantPlugins::GuestSUSE::Cap::SSHFSClient
- Inherits:
-
Object
- Object
- VagrantPlugins::GuestSUSE::Cap::SSHFSClient
- Defined in:
- lib/vagrant-sshfs/cap/guest/suse/sshfs_client.rb
Class Method Summary collapse
Class Method Details
.sshfs_install(machine) ⇒ Object
5 6 7 |
# File 'lib/vagrant-sshfs/cap/guest/suse/sshfs_client.rb', line 5 def self.sshfs_install(machine) machine.communicate.sudo("zypper -n install sshfs") end |
.sshfs_installed(machine) ⇒ Object
9 10 11 |
# File 'lib/vagrant-sshfs/cap/guest/suse/sshfs_client.rb', line 9 def self.sshfs_installed(machine) machine.communicate.test("rpm -q sshfs") end |