From 7d7f048dfbabc10203e7f26788dd3a385f11d38d Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Wed, 5 Feb 2014 19:50:15 -0200 Subject: [PATCH] We dont have any provider specific code on around anymore so it should be compatible with any "non-cloud provider" --- README.md | 5 ++++- docs/index.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c50936d..82acfd4 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ For more information please read the documentation available at http://fgrehm.viewdocs.io/vagrant-cachier. -## Compatible providers +## Providers that are known to work * Vagrant's built in VirtualBox provider * [vagrant-lxc](https://github.com/fgrehm/vagrant-lxc) @@ -55,6 +55,9 @@ http://fgrehm.viewdocs.io/vagrant-cachier. [GH-24](https://github.com/fgrehm/vagrant-cachier/issues/24) for more info) * [vagrant-libvirt](https://github.com/pradels/vagrant-libvirt) +_Please note that as of v0.6.0 the plugin will automatically disable any +previously defined configs for [cloud providers](lib/vagrant-cachier/plugin.rb#L19-22)_ + ## Contributing diff --git a/docs/index.md b/docs/index.md index 27151be..e146bdb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -49,7 +49,7 @@ end For more information please check out the links on the menu above. -## Compatible providers +## Providers that are known to work * Vagrant's built in VirtualBox provider * [vagrant-lxc](https://github.com/fgrehm/vagrant-lxc) @@ -57,6 +57,9 @@ For more information please check out the links on the menu above. [GH-24](https://github.com/fgrehm/vagrant-cachier/issues/24) for more info) * [vagrant-libvirt](https://github.com/pradels/vagrant-libvirt) +_Please note that as of v0.6.0 the plugin will automatically disable any +previously defined configs for [cloud providers](lib/vagrant-cachier/plugin.rb#L19-22)_ + ## Contributing