Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

Commit

Permalink
Added cachier conf for drush. (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
thom8 authored Jun 13, 2016
1 parent fcd668d commit d795df9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .beetbox/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit d795df9

Please sign in to comment.