Commit graph

13 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
183b2b55d8 Remove unused locale 2014-07-20 20:28:12 -03:00
Fabio Rehm
12f121e6e4 Properly fix GH-96 2014-04-06 21:47:24 -03:00
Fabio Rehm
20373aa0d7 Fix GH-96 2014-04-06 21:34:58 -03:00
Fabio Rehm
0106155a0f Disable the plugin on machines backed by cloud providers (fix GH-45) 2014-02-26 22:03:21 -03:00
Fabio Rehm
1541f35ef8 This is no longer needed 2014-02-26 22:03:20 -03:00
Fabio Rehm
e0eeb125d0 Prevent apt cacher bucket from being installed in case NFS is disabled 2013-10-23 22:17:25 -02:00
Fabio Rehm
199a14b61f Let users know we were not able to SSH into the VM to remove symlinks 2013-10-17 13:56:27 -03:00
Fabio Rehm
6a8926d04a Improve formatting of the "moving dirs around" message and close #6 2013-08-03 17:14:39 -03:00
Fabio Rehm
f8d8b2f9cf [GH-6] Error out if multiple provider specific cache dirs are found and prepare to move dirs around in case a single cache dir exists 2013-08-03 16:07:42 -03:00
Fabio Rehm
068d9cc8b8 Validate machine scopes from config object and show a nice looking message instead of a stacktrace :)
This should be enough to close #33
2013-08-03 14:53:43 -03:00
Fabio Rehm
18ff01907e Extract "removing symlinks" message out to locale file 2013-08-03 14:28:22 -03:00
Fabio Rehm
b109e3c4ad Extract "skipping bucket" message out to a locale file 2013-08-03 14:27:54 -03:00