From d795df9776c3d24f5c2f6682fc22849e8d5703cc Mon Sep 17 00:00:00 2001 From: Thom Toogood Date: Tue, 14 Jun 2016 08:00:36 +1000 Subject: [PATCH] Added cachier conf for drush. (#228) --- .beetbox/Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.beetbox/Vagrantfile b/.beetbox/Vagrantfile index 3770b4c..c12e8bb 100644 --- a/.beetbox/Vagrantfile +++ b/.beetbox/Vagrantfile @@ -103,6 +103,7 @@ Vagrant.configure("2") do |config| # Configure cached packages to be shared between instances of the same base box. # More info on http://fgrehm.viewdocs.io/vagrant-cachier/usage config.cache.scope = :box + config.cache.enable :generic, { "drush" => { cache_dir: "/home/vagrant/.drush/cache" }, } config.cache.synced_folder_opts = { type: :nfs, mount_options: ['rw', 'vers=3', 'tcp', 'nolock']