This is a Vagrant 1.2+ plugin that adds a Packages provider to Vagrant allowing you to install packages in the form of a provisioner. You can define this before your other provider which does the actual provisioning to make sure required packages are installed.
Install as a vagrant plugin
$ vagrant plugin install vagrant-packages
Adjust your Vagrantfile:
Vagrant.require_plugin 'vagrant-packages'
- 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