From ca986455f3a627c309fc6bc4ae83074b40e493f9 Mon Sep 17 00:00:00 2001 From: Trey Hyde Date: Tue, 13 May 2014 18:07:35 -0700 Subject: [PATCH] guests/freebsd: Properly register that the rsync_pre capability belongs to FreeBSD rather than defining re-defining it for Linux. --- plugins/guests/freebsd/plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/guests/freebsd/plugin.rb b/plugins/guests/freebsd/plugin.rb index 2020052ce..49aa3298b 100644 --- a/plugins/guests/freebsd/plugin.rb +++ b/plugins/guests/freebsd/plugin.rb @@ -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