Method: Vagrant::Guest::Base#mount_nfs
- Defined in:
- lib/vagrant/guest/base.rb
#mount_nfs(ip, folders) ⇒ Object
Mounts a shared folder via NFS. This assumes that the exports via the host are already done.
72 73 74 |
# File 'lib/vagrant/guest/base.rb', line 72 def mount_nfs(ip, folders) raise BaseError, :_key => :unsupported_nfs end |