Fix shared cache path for VB 1.0 dev box

This commit is contained in:
Fabio Rehm 2013-03-09 16:12:27 -03:00
parent 755b2033fe
commit d6457aeb74

View file

@ -17,7 +17,7 @@ Vagrant::Config.run do |config|
cache_dir = local_cache(config.vm.box)
config.vm.share_folder "v-root", "/vagrant", "../"
config.vm.share_folder "v-cache", "/var/apt/archives/", cache_dir
config.vm.share_folder "v-cache", "/var/cache/apt/archives/", cache_dir
if defined? VagrantVbguest::Config
config.vbguest.auto_update = false