This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 111
Disabling a single Bucket #115
Labels
Comments
Concrete use case: I want to use caching for everything except So right now I can only turn off auto-detection and enable the desired buckets afaik. For one its more effort and you lose the super useful auto-detection feature, and on the other hand it caching the omnibus packages will only work if |
Tagged as an enhancement |
electrofelix
added a commit
to electrofelix/vagrant-cachier
that referenced
this issue
Feb 9, 2015
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 fgrehm#115
electrofelix
added a commit
to electrofelix/vagrant-cachier
that referenced
this issue
Feb 9, 2015
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 fgrehm#115
electrofelix
added a commit
to electrofelix/vagrant-cachier
that referenced
this issue
Feb 10, 2015
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 fgrehm#115
electrofelix
added a commit
to electrofelix/vagrant-cachier
that referenced
this issue
Mar 3, 2015
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 fgrehm#115
Hey, sorry for the silence here but this project is looking for maintainers 😅 As per #193, I've added the |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is it possible to disable a single bucket?
E.g. to keep
config.cache.auto_detect = true
but disable / blacklist a specific bucket which makes problems?The text was updated successfully, but these errors were encountered: