On Thu, Feb 10, 2011 at 2:42 AM, Thibaut Barrère
<thibaut...@gmail.com> wrote:
> Hi,
>
> while working on some recipes, I noticed that
> Chef::Config[:file_cache_path] is set to '/tmp/vagrant-chef' by
> default.
>
> Some chef recipes use this folder to store downloaded files; if it's
> under tmp, after a reboot the download will happen again (which
> doesn't happen on the default chef installation).
>
> So I'm just wondering:
> - wouldn't it be better to put the vagrant default in a non tmp
> folder ? (or are there drawbacks I didn't see) ?
This is very easy to make configurable. I'll do that.
Best
Mitchell