Browse Source

Work around mount lenght limit in FreeBSD with a Vagrantfile hack.

Douglas Thrift 10 years ago
parent
commit
cbaf58217b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Vagrantfile

+ 3 - 0
Vagrantfile

@@ -1,6 +1,9 @@
 # -*- mode: ruby -*-
 # vi: set ft=ruby :
 
+# Work around nfs mount name length in FreeBSD
+ENV['BERKSHELF_PATH'] = File.expand_path('~/.berks')
+
 Vagrant.configure("2") do |config|
   # All Vagrant configuration is done here. The most common configuration
   # options are documented and commented below. For a complete reference,