From 5dbd5511fa1dd1638361d554fbcec92724d9f309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 4 Jul 2014 15:53:44 +0300 Subject: [PATCH] fix cache path the path used seems to be `/tmp/vagrant-cache`. at least in 0.7.2 --- docs/how-does-it-work.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-does-it-work.md b/docs/how-does-it-work.md index b357d89..a1c94d3 100644 --- a/docs/how-does-it-work.md +++ b/docs/how-does-it-work.md @@ -11,7 +11,7 @@ Regarding configurations, right now the plugin does not make any assumptions for you and you have to configure things properly from your `Vagrantfile`. In other words, _the plugin is disabled by default_. -Cache buckets will always be available from `/tmp/vagrant-cachier` on your guest and +Cache buckets will always be available from `/tmp/vagrant-cache` on your guest and the appropriate folders will get symlinked to the right path _after_ the machine is up but _right before_ it gets provisioned. We _could_ potentially do it on one go and share bucket's folders directly to the right path if we were only using VirtualBox