Skip to content

Commit

Permalink
we need to cache the whole ~/.berkshelf directory, otherwise we might…
Browse files Browse the repository at this point in the history
… run into permission issues when using git based cookbook dependencies...
  • Loading branch information
tknerr committed May 2, 2017
1 parent 6b39c2b commit 9ab2e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Vagrant::configure("2") do |config|
if Vagrant.has_plugin?("vagrant-cachier")
config.cache.enable :generic, {
"chef_file_cache" => { cache_dir: "/root/.chef/local-mode-cache/cache" },
"berks_cookbooks_cache" => { cache_dir: "/home/vagrant/.berkshelf/cookbooks" }
"berks_cache" => { cache_dir: "/home/vagrant/.berkshelf" }
}
end
end

0 comments on commit 9ab2e20

Please sign in to comment.