Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Allow explicit disabling of auto detected buckets #139

Conversation

electrofelix
Copy link

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

@fgrehm
Copy link
Owner

fgrehm commented Mar 3, 2015

LGTM, I'll make sure this gets in for the next release!

@electrofelix electrofelix force-pushed the feature/disable-individual-buckets branch from 2eb1f33 to ce88219 Compare March 3, 2015 11:30
@electrofelix
Copy link
Author

I remember I tweaked the behaviour a little more and forgot to submit the update, this approach might make it easier to support per-bucket options in the future.

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 electrofelix force-pushed the feature/disable-individual-buckets branch from ce88219 to 7807d2b Compare March 3, 2015 11:36
@spk
Copy link

spk commented May 20, 2015

👍

@fgrehm
Copy link
Owner

fgrehm commented Jul 7, 2015

Sorry but as per GH-143 I'm looking for help to maintain this plugin and for now I'm holding back from bringing in new features =/

If you are interested on maintaining the project and keep things moving please shoot me an email or drop a message on GH-143 so I can arrange things.

Cheers

@fgrehm fgrehm added the ignored label Nov 22, 2022
@fgrehm
Copy link
Owner

fgrehm commented Nov 22, 2022

Hey, sorry for the silence here but this project is looking for maintainers 😅

As per #193, I've added the ignored label and will close this issue. Thanks for the interest in the project and LMK if you want to step up and take ownership of this project on that other issue 👋

@fgrehm fgrehm closed this Nov 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disabling a single Bucket
3 participants