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