Vagrant-logo

If you follow me, you should be aware that I use Vagrant every day. I wanted to get a Wheezy version with fr keyboard, up to date, correct locales and configured source.list file. I’ve also added Puppet and Chef on it.

So I’ve learned on how to build a box and it’s really easy by following the documentations on the website. Here is my Debian Wheezy box based on VirtualBox provider available on DropBox or Mega.

I hope you’ll use it :-). To add this box to your current list, it’s simple :

vagrant box add wheezy https://www.dropbox.com/s/gpagp78g4mye1l7/wheezy.box
mkidr tmp && cd tmp
vagrant init wheezy
vagrant up