Module: Vagrant::Action::VM::NFSHelpers

Included in:
ClearNFSExports, NFS
Defined in:
lib/vagrant/action/vm/nfs_helpers.rb

Instance Method Summary collapse

Instance Method Details

#clear_nfs_exports(env) ⇒ Object



5
6
7
# File 'lib/vagrant/action/vm/nfs_helpers.rb', line 5

def clear_nfs_exports(env)
  env["host"].nfs_cleanup if env["host"]
end