Commit graph

12 commits

Author SHA1 Message Date
Darragh Bailey
7807d2bbaa Allow explicit disabling of auto detected buckets
Add config option to identify buckets that should not be automatically
enabled with using `config.cache.auto_detect = true`.

After turning on the auto_detect behaviour, with this change you can
now explicitly disable any bucket type through your Vagrantfile e.g.
`config.cache.disable = :chef_gem`.

Fixes #115
2015-03-03 11:36:17 +00:00
Fabio Rehm
849374e0d1 Fix example of removing buckets from machine scoped dirs [GH-82] 2014-02-26 22:03:21 -03:00
Fabio Rehm
aaff51fda8 Update usage docs 2014-02-26 22:03:21 -03:00
Fabio Rehm
29a4c3c45e http://tom.preston-werner.com/2010/08/23/readme-driven-development.html 2014-02-26 22:03:21 -03:00
Teemu Matilainen
a8f05e4b11 Fix usage examples 2014-02-26 22:03:21 -03:00
Fabio Rehm
d823a97cb8 When specifying NFS synced folders we need to use a symbol (fix GH-76) 2014-02-26 22:03:20 -03:00
Fabio Rehm
9c7b02b3ac Update docs to reflect what's going to be implemented 2014-02-26 22:03:20 -03:00
Tuomo Tanskanen
949df52a26 Documentation: conditional plugin specific configs
Wrap plugin specific configs into has_plugin checks to avoid breakage when Vagrantfile is shared and/or plugin is removed (for testing/development).
2014-01-08 06:45:52 +02:00
Fabio Rehm
e2da4dd537 Update usage.md 2013-12-13 21:21:46 -02:00
Fabio Rehm
c4ba0c9445 Remove my name from output :P 2013-12-07 12:36:55 -02:00
Fabio Rehm
16b68e72f1 Improve buckets docs 2013-12-07 12:36:03 -02:00
Fabio Rehm
94ba773ce6 docs: usage 2013-12-07 03:26:36 -02:00