Skip to content

Commit

Permalink
Add Rocky guest_capability to plugin.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
evenreven committed Jan 5, 2022
1 parent ecb8c03 commit 95e8ffc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/vagrant-sshfs/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95e8ffc

Please sign in to comment.