NFS action no longer needs to recover from anything

This commit is contained in:
Mitchell Hashimoto 2012-01-17 13:37:52 -08:00
parent def09573c6
commit 06733a070d
1 changed files with 0 additions and 9 deletions

View File

@ -36,15 +36,6 @@ module Vagrant
mount_folders if !folders.empty? mount_folders if !folders.empty?
end end
def recover(env)
# Ignore any VagrantErrors, because they were expected and
# will cause the VM to stick around.
return if env["vagrant.error"].is_a?(Errors::VagrantError)
# Otherwise, clear the NFS exports.
clear_nfs_exports(env)
end
# Returns the folders which are to be synced via NFS. # Returns the folders which are to be synced via NFS.
def folders def folders
@folders ||= {} @folders ||= {}