adding the nfs share on start

the nfs shares were missing when starting a container back up after it was halted.
This commit is contained in:
Craig Vyvial 2013-11-21 23:33:16 -06:00
parent f141c1934f
commit 06aa627fff

View File

@ -59,6 +59,10 @@ module VagrantPlugins
# VM is not running or suspended. Start it.. Machine should gain
# IP address when comming up, so wait for dhcp lease and store IP
# into machines data_dir.
b2.use NFS
b2.use PrepareNFSSettings
b2.use ShareFolders
b3.use StartDomain
b3.use WaitTillUp
end