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']