Commit graph

10 commits

Author SHA1 Message Date
Gustavo L. de M. Chaves
8ac8d7f6f6 Fix multi generic bucket set up
The previously documented way to specify multiple generic buckets
doesn't work because vagrant-cachier can't enable a bucket type more
than once.

Here we generalize the configs hash that the generic bucket gets making
it possible to specify multiple buckets with a single hash. The
documentation is changed accordingly.

Note that we keep it backwards compatible for single generic bucket
specification.

Issue: https://github.com/fgrehm/vagrant-cachier/issues/99
2014-04-16 09:04:49 -03:00
Fabio Rehm
0f3d79e1bc Switch to ruby 1.9+ hash syntax on generic bucket docs 2014-04-06 21:30:34 -03:00
Fabio Rehm
04102aac8e Some more tweaking to generic bucket docs [GH-94] 2014-04-06 21:27:44 -03:00
Fabio Rehm
2a17bc4f1d Minor tweaks to generic bucket docs [GH-94] 2014-04-06 21:05:13 -03:00
Gustavo L. de M. Chaves
a63156e482 Implement generic bucket
This bucket must be explicitly enabled and may be useful for users
wanting a generic caching mechanism that they can use directly instead
of via some predefined packaging system.

For instance, this enables one to implement a cache for packages
downloaded via wget or curl.
2014-03-23 22:29:23 -03:00
Fabio Rehm
b4d12be2e5 Add docs for apt-lists bucket 2014-02-26 22:03:22 -03:00
Fabio Rehm
27788c995c Document rvm gotchas
Closes GH-43
2013-12-07 12:57:41 -02:00
Fabio Rehm
5a488a2972 Heads up about bundle install --deployment
Closes GH-62
2013-12-07 12:47:36 -02:00
Fabio Rehm
16b68e72f1 Improve buckets docs 2013-12-07 12:36:03 -02:00
Fabio Rehm
00f4aaa28c docs for buckets 2013-12-07 03:43:37 -02:00