mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-04-27 09:06:38 -04:00
11 lines
235 B
Ruby
11 lines
235 B
Ruby
require_relative "../../../synced_folders/rsync/default_unix_cap"
|
|
|
|
module VagrantPlugins
|
|
module GuestLinux
|
|
module Cap
|
|
class RSync
|
|
extend VagrantPlugins::SyncedFolderRSync::DefaultUnixCap
|
|
end
|
|
end
|
|
end
|
|
end
|