guests/freebsd: Properly register that the rsync_pre capability belongs to FreeBSD rather than defining re-defining it for Linux.
This commit is contained in:
parent
80e2b89242
commit
ca986455f3
|
@ -56,7 +56,7 @@ module VagrantPlugins
|
||||||
Cap::RSync
|
Cap::RSync
|
||||||
end
|
end
|
||||||
|
|
||||||
guest_capability("linux", "rsync_pre") do
|
guest_capability("freebsd", "rsync_pre") do
|
||||||
require_relative "cap/rsync"
|
require_relative "cap/rsync"
|
||||||
Cap::RSync
|
Cap::RSync
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue