Skip to content

Instantly share code, notes, and snippets.

@phinze
Last active December 19, 2015 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phinze/4caf4c150f30efd9825a to your computer and use it in GitHub Desktop.
Save phinze/4caf4c150f30efd9825a to your computer and use it in GitHub Desktop.
A simple vagrant file that illustrates fgrehm/vagrant-cachier#24
Vagrant.configure("2") do |config|
config.cache.auto_detect = true
config.vm.box = "precise64"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment