Vagrant Package Cache
This Vagrant 1.2+ plugin caches Linux packages on the host machine to make provisioning faster.
No need to wait for packages to download that you already have in the cache.
Currently Apt (Ubuntu, Debian) is supported.
Installation
Make sure you have Vagrant 1.2+ installed.
Then run on the command line:
vagrant plugin install vagrant-package_cache
Usage
There is nothing to do. Just install it and the next time you provision your vagrant box it will cache the apt packages of the guest machine.
The run after that runs blazingly fast from the local cache (if you used a slow internet connection before).
Todo
- support for Yum
- ...
Alternatives
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request