No commit activity in last 3 years
No release in over 3 years
Vagrant Package Cache
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
 Project Readme

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request