We dont have any provider specific code on around anymore so it should be compatible with any "non-cloud provider"

This commit is contained in:
Fabio Rehm 2014-02-05 19:50:15 -02:00
parent 6bf733d8ed
commit 7d7f048dfb
2 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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