fgrehm / vagrant-cachier

Caffeine reducer
http://fgrehm.viewdocs.io/vagrant-cachier
MIT License
1.07k stars 111 forks source link

Support for disabling cache #72

Closed fgrehm closed 10 years ago

fgrehm commented 10 years ago

Fork of GH-69

This should allow users to override previously defined settings from the top level configs on the Vagrantfile and / or configs specified on ~/.vagrant.d/Vagrantfile. It will also help us with GH-45

tuminoid commented 10 years ago

:+1: A must addition, now the only way to disable caching is to uninstall plugin.

fgrehm commented 10 years ago

@tuminoid but the plugin is disabled by default!

tuminoid commented 10 years ago

Yes, but you said it yourself: overriding more global setting. I bet 99% of users have cachier enabled in .vagrant.d/Vagrantfile.

fgrehm commented 10 years ago

I actually have it enabled per Vagrantfile :blush:. Anyways, I'll give this a go :smiley:

fgrehm commented 10 years ago

Done in git!

jamiejackson commented 6 years ago

Could someone please explain how a user would apply this feature (disabling all caching on a project-by-project basis)? I'm surprised that the feature was released without anybody explicitly stating how to use it.