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:
Trey Hyde 2014-05-13 18:07:35 -07:00
parent 80e2b89242
commit ca986455f3
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ module VagrantPlugins
Cap::RSync
end
guest_capability("linux", "rsync_pre") do
guest_capability("freebsd", "rsync_pre") do
require_relative "cap/rsync"
Cap::RSync
end