diff --git a/lib/vagrant-sshfs/plugin.rb b/lib/vagrant-sshfs/plugin.rb index 0b651e9..929ce72 100644 --- a/lib/vagrant-sshfs/plugin.rb +++ b/lib/vagrant-sshfs/plugin.rb @@ -107,6 +107,16 @@ class Plugin < Vagrant.plugin("2") VagrantPlugins::GuestCentOS::Cap::SSHFSClient end + guest_capability("rocky", "sshfs_installed") do + require_relative "cap/guest/rocky/sshfs_client" + VagrantPlugins::GuestRocky::Cap::SSHFSClient + end + + guest_capability("rocky", "sshfs_install") do + require_relative "cap/guest/rocky/sshfs_client" + VagrantPlugins::GuestRocky::Cap::SSHFSClient + end + guest_capability("fedora", "sshfs_installed") do require_relative "cap/guest/fedora/sshfs_client" VagrantPlugins::GuestFedora::Cap::SSHFSClient