Merge branch 'support-vagrant-cachier' into 'master'

Add optional support for vagrant-cachier plugin

Building the basebox is excruciating for people on slow connections. I'm particularly sensitive to this after living in Central America for awhile :)

This won't affect anyone who hasn't installed the plugin. For those who do, it creates a persistent shared folder for each box (ie. testing23.box) and detects directories to cache between VM builds (apt, gems, pip, chef cache, etc.)

(The only downside is that, for those following server setup does who are not aware what vagrant-cachier does, it might be unexpected that artifacts persist between vagrant destroys.)

See merge request !25
This commit is contained in:
Hans-Christoph Steiner 2015-08-26 12:44:36 +00:00
commit 99d0c55fe9
2 changed files with 9 additions and 0 deletions

View file

@ -117,6 +117,8 @@ Ruby (debian packages ruby and rubygems)
@item
Vagrant (unpackaged, tested on v1.4.3)
@item
vagrant-cachier plugin (unpackaged): `vagrant plugin install vagrant-cachier`
@item
Paramiko (debian package python-paramiko)
@item
Imaging (debian package python-imaging)