mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-21 00:42:33 -05: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
|