This is a vagrant 1.0 and 1.1 compatible sample pulgin on how to reboot a machine using a vagrant middleware (action hook).
** It does not serve any particular use case! **
- injects a middleware after the VirtualBoxProvider's boot action and triggers it's reload action.
- remembers that it ran for a vm before and won't run twice for it during a
vagrant up
- 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