guests/ubuntu: remove mount_nfs cap

This commit is contained in:
Mitchell Hashimoto 2013-12-30 08:12:10 -08:00
parent 1af0377541
commit 28720b181d
1 changed files with 0 additions and 5 deletions

View File

@ -17,11 +17,6 @@ module VagrantPlugins
require_relative "cap/change_host_name"
Cap::ChangeHostName
end
guest_capability("ubuntu", "mount_nfs_folder") do
require_relative "cap/mount_nfs"
Cap::MountNFS
end
end
end
end